Skip to content

cleargif/digital-casefile-frontend

Repository files navigation

digital-casefile

dcf-frontend.herokuapp.com written by David Plews, dcf-backend.herokuapp.com written by Stephen Richards

Requirements

The usual suspects: Node, Bower

Other:

Getting started:

  1. Clone this git repo
  2. Run npm install & bower install
  3. Run heroku git:clone --app "dcf-frontend" dist (make sure you have access to the Heroku app, see Mark Ford)

Development

Run grunt serve & grunt karma:start in two terminals for preview

Build

Run grunt build for building

Testing

  • Run grunt karma:unit for unit testing
  • Run grunt karma:start in a seperate terminal window for continuous testing

Deploy

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.