Angular based UI for email delivery system
- install
node.js
andnpm
form http://nodejs.org/ - install yeoman
$ npm install -g yo
- install grunt
$ npm install -g grunt-cli
- install bower
$ npm install -g bower
(must have the git envi) - install karma
$ npm install -g karma grunt-karma
- install ng-constant
$ npm install grunt-ng-constant --save-dev
All above use bower for install by $ bower install
after all envi installed, you can use CLI for task
$ npm install
and$ bower install
for base libs (must first).$ grunt build
for package all statics to the dist for web.$ grunt server
for local host at 127.0.0.1:9000