Difference between revisions of "AngularJS"

From air
Jump to navigation Jump to search
Line 4: Line 4:
   
 
part of [[MEAN]] framework
 
part of [[MEAN]] framework
  +
  +
see also [[Angular-strap]] (ie Angular + [[Bootstrap]])
   
 
=Tutoriel=
 
=Tutoriel=

Revision as of 14:52, 18 October 2014

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

http://angularjs.org/

part of MEAN framework

see also Angular-strap (ie Angular + Bootstrap)

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