npm install
npm watch-and-serve
npm run clean //will clear the dist folder
npm run build //package the code
npm run build:prod //package the code to be deployed on production
npm run watch //starts webpack in watch mode
npm run serve //starts node servere
npm run watch-and-serve //starts webpack in watch mode and node server as well
- Add example to get data from DB (mongoDB)
- Add unit test (jest or jasmine)
Add CommonChunks plugin (webpack)- Add Redux