Introduction of this ng2 webpack seed in Linux and Macosx
- change to the simpleClient directory with
cd simpleClient - Install the local node_modules directory with
npm install - Run ng2 application in dev mode with
npm start - Build your code for production with
npm run build - Run unit test with
npm test
References
- Reference Page of Angular v2(Ng2) is https://v2.angular.io/docs/ts/latest/
- Introduction of Webpack and Ng2 https://v2.angular.io/docs/ts/latest/guide/webpack.html
- Webpack Configuration Parameters https://github.com/webpack/docs/wiki/configuration