Quick demo to show off AngularJS's awesomeness. Uses an express
server to serve on port 1234.
After cloning, run npm install
and bower install
If you don't have coffeescript, you should get it globally via npm install -g coffee-script
.
Once that's done, just type coffee server.coffee
and you're up and running! Go to http://localhost:1234
to see your awesome AngularJS Project.
For unit tests, you may want to install karma as well: npm install -g karma