Skip to content

IamFive/prophet

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published