dcf-frontend.herokuapp.com written by David Plews, dcf-backend.herokuapp.com written by Stephen Richards
The usual suspects: Node, Bower
Other:
- Yeoman,
- Yeoman Angular Generator
npm install -g generator-angular
, - Heroku Toolbelt
- Clone this git repo
- Run
npm install
&bower install
- Run
heroku git:clone --app "dcf-frontend" dist
(make sure you have access to the Heroku app, see Mark Ford)
Run grunt serve
& grunt karma:start
in two terminals for preview
Run grunt build
for building
- Run
grunt karma:unit
for unit testing - Run
grunt karma:start
in a seperate terminal window for continuous testing
Run grunt deploy
will build the app, commit and push the dist
folder to heroku
This project is generated with yo angular generator version 0.11.1.