A boilerplate for an Angular2 application that uses Webpack for module bundling and compilation.
npm install
Start the application.
npm start
Open a browser and go to http://localhost:8980
npm run build
Open a browser and go to http://localhost:8980/dist/
npm test