Application skeleton for Brunch (with CommonJS) for large Angular apps;
As preprocessors :
- LiveScript
- Jade
- Stylus
As front-end libraries :
- Angular
The skeleton is meant for large apps, with a lot of controllers, directives, and meant for maintainability and scalability.
As back-end libraries : (you can of course disable the server-side very easily, for you to swap your own)
- Express
- Express-resource
Includes Brunch auto reload.
brunch new gh:Nami-Doc/brunch-with-ketchup
Don't forget to include your driver in package.json
(by default, mysql is installed).
AngularJS templates are broken, you're free to fix them yourselves or bump the issue on the repo/PR for it. A fix may be used in the future.
This skeleton doesn't include generators as I believe they're not useful (it usually takes me more time to remember the syntax/name of the command/arguments to pass than to create a directory with a file containing angular.module 'name' <[name.templates]>
) and because using CommonJS, you'd still have to require them by hand.