Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 483 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 483 Bytes

TMHTA

Teach Me How To AngularJS


Requirements before installing the project.

Step 1) Install Node.js (if you don't already have)

See http://nodejs.org/

Step 2) install grunt (if you don't already have)

$ npm install -g grunt-cli

Installing the project

Cloning the repo

$ git clone https://github.com/SMU-CS-and-Math-Society/TMHTAngular.git

Installing dependancies

$ npm install && bower install

Running the project

$ grunt serve