#Setting up your project Follow these simple steps to set up the project.
###Make sure you have NodeJS installed To do this, follow the steps for you operating system here. https://nodejs.org/en/download/
###Install SASS Like Node, just follow the steps for your machine here. http://sass-lang.com/install
###Steps to build and run
- Open your command line tool
- Clone this GitRepo to your computer locally
- Navigate to the the cloned directory.
- Run the following comands
- npm install (you may need to type "sudo npm install" if you need elevated permissions)
- grunt
At this point, once your code compiles, you should have an angular site running at http://localhost:8080