The simple scaffolded seed for your angular2 development and the build systems were handled by webpack.
- Run
npm install
to download all the dependencies and this needs to be done only once. - Run
npm run serve
to start a local development web server. You can now access the application at localhost:3000. - Run
npm run build
to bundle everything into thedist
folder for deployment; usenpm run build:prod
for a production build.