Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 551 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 551 Bytes

AngularDo

The anuglar implementation of our todo app

Running the application

Running the client

This is easiest to run using linux, but it can be run in windows. first you must install nodejs from the node js website then you will use either open your linux terminal or windows powershell cd into client and run the following command

npm install
npm install -g bower grunt
bower install
grunt serve

Then you will navigate to the specified url the client and server aspects of this example run seperately and are not tied together