Project structure for starting a SPA project.
git clone https://github.com/dragosh/spa-boilerplate.git project-name.dev
cd project-name.dev
npm install && bower install
- see component.json
- refactoring the app namespace and make it cleaner
- add router manager
- add documentation
- configure Gruntjs tasks (default/server(:test)/)
- add tests folder using mocha and chai + plugins
- first commit