hybris Angular JS Workshop, Adapted from Curran Kelleher's Material
The YaaS Builder assumes a lot of knowledge... Angular Restangular Builder npm NodeJS Javascript.. So..
###To run locally..
- git clone https://github.com/KenLomax/Angular101.git
- cd Angular101
- run a local server
- Option with Python: Use Python on Mac:
- python -m SimpleHTTPServer 8001
- Option with Node:
- Download Node (https://nodejs.org/en/download/)
- sudo npm install http-server -g
- http-server
- Option with Python: Use Python on Mac:
- access http://localhost:8001/exampleViewer in browser