Use these steps to install project
- Provide environment variables into
.envfile (see.env.example) npm install
Build project:
npm run build
Serve project:
npm run start
App will be run on 3000 port.
Linting:
npm run lint // lint js files with eslint
npm run stylelint // lint scss files with stylelint
To add runtime environments to the project, you need to specify them in .env file.