Workflow:
clientFront-end app for Incident Management App.serverServer app for Incident Management App.
In order to run the demo I highly recommend installing lerna globally via
npm i -g lernaThen,
lerna bootstrapRun the command above at the root of your project. This command will make sure you have dependencies you need in order to run this project.
Finally,
npm run devfor run all docker images
npm run deploy
Lerna will start all your projects parallelly and open your browser.
- http://localhost:3000/ (Client)
- http://localhost:9000/ (Server)