This project uses webpack for build tool, and with nodejs for backend server
- cd ng1-webpack
- npm install --> install dependencies.
- npm start --> start wepack-dev-server to listen static files.
- node app.js --> start nodejs server to response frontend requests.