This project is generated with yo angular generator version 0.11.1.
-
Make sure you have node (including npm) installed first. You can download and install node here.
-
Install git. Find out how here.
-
Setup your bower and npm proxy. Check out Pulse for more info.
-
Download and setup your backend by following the steps here.
-
Install Compass by following the steps here.
- Note: You may run into issues when installing gems. On OSX El Capitan, there is a new security function that prevents you from modifying system files called Rootless. If you install gems on /usr/local/bin there will be no problem because rootless doesn't affect this path. If you get this error then run the following command:
sudo gem install -n /usr/local/bin GEM_NAME_HERE
- Note: You may run into issues when installing gems. On OSX El Capitan, there is a new security function that prevents you from modifying system files called Rootless. If you install gems on /usr/local/bin there will be no problem because rootless doesn't affect this path. If you get this error then run the following command:
-
Install Sass by following steps here.
-
Clone the project
-
Install all the npm packages (make sure you are in the root directory of your cloned project)
npm install
-
Install all bower packages
bower install
-
Now you should be ready to run the code
grunt serve
-
You should see a page open up to localhost:9000