Angular starter with Webpack
$ git clone git://github.com/molforp/ng-stub YOUR_PROJECT
$ cd YOUR_PROJECT
$ sudo npm -g install bower
$ npm install
webpack
– rebuild project in development modenpm start
– startwebpack-dev-server
in hot modenpm run build
– build project in production modenpm test
– run tests withkarma
(single run)