- From the root of the project
npm install
- From the root director, create an ecosystem.json file. Copy the contents from the ecosystem.json.example and save as ecosystem.json. Make sure to change the required paths to match your environment.
- All:
npm test
- The application uses webpack to bundle the source code and hot loader to allow live refresh while developing.
- To run in development mode
npm run start:dev
- From the root of the project
npm run build
- From the root of the project
npm run deploy