Installation
Setup
Prerequisites
Please follow below steps to install and setup all prerequisites:
-
Node.js
In order to use build tools you will need to download and install Node.js. If you do not have Node.js installed already, you can get it by downloading the package installer from the official website. Please download the stable version of Node.js (LTS).
Download Node.js
Installation
Open your terminal, go to your folder and enter the command yarn
install. This would install all required dependencies in
node_modules folder. And now, you are ready to run the Konrix
for the first time.
You can run the following commands to run project locally or build for production use:
| Command | Description |
|---|---|
yarn or npm install |
This would install all required dependencies in node_modules folder. |
yarn start or npm start |
It will start development server. The development server is accessible at http://127.0.0.1:8000. |
If you want to start development server on different port than change port number in config.env file.