#Modern Web Application Boilerplate
This is a simple boilerplate that uses AngularJS, Gulp and Browserify to create clean, concise code with a modular approach to develop modern web applications.
Keep in mind that this is a work in progress!
##How to Get Started
- Clone the repo
- Run npm install from the root of the project, the root of the server and the root of the client
- Run gulp server --debug=true (debug=true) does not uglify or minify src and creates source map for debugging
##Todos
- Better documentation
- Unit test framework and integration
##Check Out These Resources