To use, clone this directory with
git clone https://github.com/szimmer1/angularseed.git
then navigate to the angularseed directory and run
npm install
http-server
pull up localhost:8080 on your browser to see the served homepage
| index.html | homepage |
| js/app.js | Angular app definitions and configurations |
| js/controllers.js | Angular controller definitions |
| js/services.js | Angular service definitions |
| Bootstrap | via CDN in index.html header |
| AngularJS | via CDN in index.html header |