Download AngularJs Note: if you download minified version, also download map to un-minify it when you serve it. map: https://code.angularjs.org/1.2.12/
Set Up Reposistory
- git init
- cp SOURCE/angular.min.js DEST/angular.min.js
- gitignore node_modules
Initialize Project
- npm init
- npm install express cors
- package.json start script: node app.js
- import packges in app.js
- middleware for cors and bodyparser
- set static directory to /scripts/ & /styles/
- set up route for example.html
- create server
Create Angular App
- create controller
- create module
- create html templates