https://github.com/kajackdfw/angular_bootstrap_app
This is a starter app or seed for a new AngularJS App Project, with Twitter Bootstrap CSS, and with an mvc folder layout. This demo is a good follow up to the demo app built in the book "Instant AngularJS Starter" by Dan Menard.
https://github.com/kajackdfw/angular_bootstrap_app
angular1
Last synced: 3 months ago
JSON representation
This is a starter app or seed for a new AngularJS App Project, with Twitter Bootstrap CSS, and with an mvc folder layout. This demo is a good follow up to the demo app built in the book "Instant AngularJS Starter" by Dan Menard.
- Host: GitHub
- URL: https://github.com/kajackdfw/angular_bootstrap_app
- Owner: kajackdfw
- Created: 2013-06-14T23:33:19.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-05-10T13:25:57.000Z (over 8 years ago)
- Last Synced: 2025-02-01T01:25:09.237Z (12 months ago)
- Topics: angular1
- Language: JavaScript
- Homepage:
- Size: 378 KB
- Stars: 9
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
About This Demo / Site Template
---------------
This project is intended to be a basic AngularJS version 1 site template for learning AngularJS basics in a Apache2 environment ,
with working samples of some methods needed for a basic AngularJS Site with a user login, and with basic authorization for
Rest Services. An excellent reference for this app is the book "Instant AngularJS Starter" by
Dan Menard. His book describes in detail most of the basic methods used in this app, except for the Rest server and login.
### Learning Steps
- The book "Instant AngularJS Starter" by Dan Menard
- This Demo to practice Bootstrap and cloning pages ( extends Instant AngularJS Starter code sample )
- The book Angularjs Web Application Development ( Setup a test driven dev environment with NodeJS )
For a preview
---------------
goto http://www.estimutt.com/SeedApp.html
### This Demo Requirements
- Apache2 web server
### This demo ( git branch basic ) features :
- Basic view routing, ( not page routing, as this is a single page application )
- Static data models ( No Rest Server yet, coming soon.)
- Twitter Bootstrap UI / CSS
- Simple View Controller