fordie / digital-casefile-frontend

FE layer for the Digital Case file Prototype

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

FE layer for the Digital Case file Prototype

License:MIT License


Languages

Language:HTML 42.6%Language:JavaScript 40.6%Language:ApacheConf 14.7%Language:CSS 2.1%