To run this application on local machine open terminal npm install (only for first time) webpack -w --mode=development node server.js To build for production webpack -w --mode=production