IamFive / prophet

an angular based web app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

an angular based web app


Languages

Language:JavaScript 92.9%Language:CSS 7.1%