In order to run it follow these steps:
-
Set proxy
npm config set proxy http://proxy.abc.com:3128
npm config set https-proxy http://proxy.abc.com:3128
-
Install npm packages
npm install
-
Start server
node server.js
-
View application
localhost:1337