# 1. Clone the repo with git
git clone https://github.com/ShadowInkLee/Angular2-Webpack2-Demo.git
# 2. Install dependecies
npm install
If you want to run the demo in development mode,run
npm start
,or you want to run it in production mode, run
npm run build
For the test mode,run
npm test