vendethiel / brunch-with-ketchup

Brunch with Ketchup. A Brunch Skeleton for big AngularJS applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Brunch With Ketchup

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.

Installation

brunch new gh:Nami-Doc/brunch-with-ketchup

Don't forget to include your driver in package.json (by default, mysql is installed).

Notes

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.

About generators

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.

About

Brunch with Ketchup. A Brunch Skeleton for big AngularJS applications.


Languages

Language:LiveScript 56.6%Language:JavaScript 42.6%Language:CSS 0.8%