Skip to content

Commit

Permalink
added build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Zdrazil committed Feb 15, 2014
1 parent 361cc0f commit a49c2b3
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,30 @@ angular-require-starter

Seed project for getting started with an AngularJS+RequireJS application. Demonstrates directory structure, routing and testing. Comes with some base classes + karma / phantomjs for unit testing.

## TL:DR; install instructions

- install node
- npm install -g bower
- npm install -g karma
- npm install -g grunt-cli
- npm install
- bower install

To recompile only the sass files
- grunt build:sass

To recompile only the js files
- grunt build:js

To build (dev)
- grunt build:dev

To build (prod)
- grunt build

To test
- grunt karma:unit


## Directory Structure

Expand Down

0 comments on commit a49c2b3

Please sign in to comment.