-
Notifications
You must be signed in to change notification settings - Fork 10
Home
Mark Humphreys edited this page Aug 6, 2015
·
2 revisions
Welcome to the AngularJSTraining wiki!
To use these examples, you'll need to install ...
- nodejs (and therefore npm) from http://nodejs.org
- npmserve from https://www.npmjs.com/package/serve (i.e. 'npm install -g serve')
- karma - http://karma-runner.github.io/0.12/intro/installation.html
- protractor - http://angular.github.io/protractor/#/tutorial
You will also need an editor of some kind, notepad will do, but is a little primitive, I have used the following successfully -
- Sublime2 - http://www.sublimetext.com/2 ** Sublime extensions for angular can be setup as follows - http://weblogs.asp.net/dwahlin/using-the-angularjs-package-for-sublime-text
- VSCode - https://code.visualstudio.com/