Skip to content

kevbaker/ngStart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

108 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#ng Start Simple

This is a simple Angular.js seed project. This project organizes code into modules by feature that can be easily reused in other projects. It is inspired by marcorinck/ngStart

The main advantages is that the code structure is based on features of the application and every feature is defining its own angularJS module. The angular root module then is the glue and binds all modules together.

##Installation

Clone this project from github and/or download this project from github as a ZIP file.

After that, in the project root, issue the following commands:

npm install
bower install

Done.

##Overview

This is a seed project to use for new angular projects. It works out of the box without changes and contains all the boiler plate code to setup a new project with a main layout and two example pages.

###Architecture

Architecture

The architecture (aka folder structure) is based on this blog post: http://entwicklertagebuch.com/blog/2013/10/how-to-structure-large-angularjs-applications/

About

A simple Angular.js seed project.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%