mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 15:40:22 +00:00
19 lines
446 B
Markdown
19 lines
446 B
Markdown
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
|
|
|
|
Compiling
|
|
---------
|
|
rake compile
|
|
|
|
Running Tests
|
|
-------------
|
|
./server.sh # start the server
|
|
open http://localhost:9876/capture # capture browser
|
|
./test.sh # run all unit tests
|
|
|
|
|