Required tools:
- NodeJS >= 10.1.0
To install all dependencies, execute the following commands:
npm install
To run the the application, execute npm start
and access it at
http://localhost:3000.
To stop the application, execute npm stop
.
To run the unit tests, execute:
npm run test # unit tests
This step generates the application static files at dist
folder
npm run build