Google App Engine Starter App That Uses Go / AngularJS / Brunch to Tame User Management and Other Mundane Tasks
Client Features:
- Coffeescrpt / Less / Sass / SCSS / Stylus automatically compiled on save
- auto-reload during development saves you from manually refreshing the page
- Javascript / CSS minification for production
- testacular integration for unit tests
- Bootstrap integration with themes.
git clone https://github.com/scotch/angular-brunch-seed.gitto clone the angular-brunch-seed repositorycd angular-brunch-seedgit submodule initgit submodule updatecd client/./scripts/init.shto install node packages./scripts/development.shto compile javascripts and css
TODO added more...