Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 620 Bytes

readme.md

File metadata and controls

21 lines (15 loc) · 620 Bytes

Build Status

Demo application to compare various client side mvc approaches. This time using angular.js.

Scaffolding done using Yeoman and the [Angular Generator] (https://github.com/yeoman/generator-angular).

Prerequisites

  • node.js >= 0.10
  • bower
  • grunt

Setup your environment:

  • npm install
  • bower install

Then start the node server: grunt serve

Have a look here