- lib/ compiled coffee script files
- src/ client/server code
- client/ compiled dependencies/source files
- test/ test sources
$ git clone git@github.com:GEverding/angularjs-node-seed.git Project
$ npm install -g coffee-script testacular
$ cd Project
$ npm install -g uglify-js coffee-script
$ npm install
$ git clone git://github.com/apenwarr/redo.git
$ cd redo
$ sudo make install
$ make
From Project Directory
$ make webserver
From Project Directory