The simple scaffolded seed for your angular2 development and the build systems were handled by webpack.
![]() |
- Run
npm installto download all the dependencies and this needs to be done only once. - Run
npm run serveto start a local development web server. You can now access the application at localhost:3000. - Run
npm run buildto bundle everything into thedistfolder for deployment; usenpm run build:prodfor a production build.
