angular.js/README.md

20 lines
446 B
Markdown
Raw Normal View History

AngularJS
=========
* Web site: http://angularjs.org
* Tutorial: http://docs.angularjs.org/#!/tutorial
* API Docs: http://docs.angularjs.org
* Developer Guide: http://docs.angularjs.org/#!/guide
2010-03-15 21:41:28 +00:00
Compiling
---------
rake compile
Running Tests
-------------
./server.sh # start the server
open http://localhost:9876/capture # capture browser
./test.sh # run all unit tests
2010-03-15 21:41:28 +00:00