angular 2 ES5 Starter Kit
Installation
npm installTo build your app in dev mode:
npm startTo build your app in prod mode:
npm run buildall build file dev or prod goes to dist folder
you can also do lint and unit test for your project
npm run lint
npm testLicense
MIT © Islam Muhammad