Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 858 Bytes

File metadata and controls

37 lines (29 loc) · 858 Bytes

AngularJS app starting template

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

Components

index.html homepage
js/app.js Angular app definitions and configurations
js/controllers.js Angular controller definitions
js/services.js Angular service definitions

Libraries

Bootstrap via CDN in index.html header
AngularJS via CDN in index.html header