npm install
npm run serve
npm run build - creates a dist folder (deployable artifact)
- To run in local follow below process:
-> npm install -g serve
-> serve -s dist
npm run backend
-> Runs json-server (fake backend exposes Rest APIs)
-> Consumes data from db.json file at root level
-> will run the application on port 5000
Youtube Ref: https://www.youtube.com/watch?v=qZXt1Aom3Cs