AngularJS

From air
Revision as of 13:21, 4 November 2014 by Admin (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

MVC for HTML5/Javascript SPA (Single Page Application).

http://angularjs.org/

part of MEAN framework

see also

Livres

Tutoriel

Read :

git clone https://github.com/angular/angular-phonecat.git
cd angular-phonecat

# start the Karma unit test runner
npm test

# start the web server
npm start

Browse http://localhost:8000/app


Then in a separate terminal/command line window, we can run the Protractor test scripts against the application by running:

npm run protractor