Angular Boiler Plate Application for Angular 1
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
app
assets
.gitignore
README.md
index.html
package.json

README.md

Angular Kickstart

Angular Boiler Plate Application

View the example page

I created this based on recent work with Angular JS, and I really didn't like the way the Angular Seed project is set up. I decided to create my own boilerplate for creating new Angular applications using a structure and patterns I think work very well.

I decided to open source it and get some feedback from others to try and improve it.

Layout

This uses a directory layout I originally found in this article. I have found it to be really nice for setting up larger applications. I also use some different patterns I've found to be helpful as well.

This uses:

See a live version Here based on this repo.