shprink / angular2-nobullshit-boilerplate

Just what's necessary to build Angular2 apps with TS and Webpack nothing else!
http://examples.julienrenaux.fr/angular2-nobullshit-boilerplate/
MIT License
118 stars 12 forks source link

Contains

Preriquisites

Install

npm install

Commands

Web Server

npm run devserver

then open http://localhost:8080/

Dump the dev app

npm run dumpdev

Dump the prod (minified) app

npm run dumpprod

Credit