Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.07 KB

readme.md

File metadata and controls

35 lines (21 loc) · 1.07 KB

Prophet

Angular based UI for email delivery system

Setup ENV

  • install node.js and npm 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

Base Libs & Styles

All above use bower for install by $ bower install

How To

after all envi installed, you can use CLI for task

  1. $ npm install and $ bower install for base libs (must first).
  2. $ grunt build for package all statics to the dist for web.
  3. $ grunt server for local host at 127.0.0.1:9000