/Angular2-Webpack2-Demo

A official tutorial show how to build Angular 2 app with Webpack2.

Primary LanguageJavaScript

Angular2-Webpack2-Demo

# 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