Installation#
DEV#
Install dependencies:
yarn installRun the application:
npm run start
PROD#
Install dependencies:
yarn installBuild the project:
npm run buildConfigure Nginx site
Install dependencies: yarn install
Run the application: npm run start
Install dependencies: yarn install
Build the project: npm run build
Configure Nginx site