This project works as an initial AngularJS set up for new frontend projects. Also, Twitter Bootstrap is used for layouting and styling while GruntJS is used to build the project. It helps to avoid starting new projects from scratch by acting as a template from which all other projects of the same kind are made.
- Hierarchical view structure
- Mechanism to switch / route through views and load their html templates lazily.
- Mocked Backend.
- Project build with GruntJS: minification, uglification and concatenation of javascript/css.
- Sample form submition to a RESTful server.
- Sample data load from a RESTful server.
- Sample component creation as a Dialog Box.
The sample view structure used in this project follows: