You must have ruby and its package manager (gem) installed.
Mac OS X
sudo gem install compass
Windows
gem install compass
You must have node.js and its package manager (npm) installed. You can get them from http://nodejs.org/.
We have two kinds of dependencies in this project: tools and angular framework code.
- It get the tools we depend upon via 'npm', the [node package manager][npm].
npm install
- It get the angular code via 'bower', a [client-side code package manager][bower].
bower install
It have preconfigured the project with a simple development web server. The simplest way to start this server is:
npm start
Copy the url in the browser [http://localhost:3000/]