Skip to content

Latest commit

 

History

History
56 lines (45 loc) · 1.04 KB

README.md

File metadata and controls

56 lines (45 loc) · 1.04 KB

Seed Project for AngularJS

Build With

Project Structure

  • lib/ compiled coffee script files
  • src/ client/server code
  • client/ compiled dependencies/source files
  • test/ test sources

Get Code

$ git clone git@github.com:GEverding/angularjs-node-seed.git Project

Install Dependencies

Node.js Dependencies

$ npm install -g coffee-script testacular
$ cd Project
$ npm install -g uglify-js coffee-script
$ npm install

Redo

$ git clone git://github.com/apenwarr/redo.git
$ cd redo
$ sudo make install

Build

$ make

From Project Directory

Run

$ make webserver

From Project Directory