Giter Site home page Giter Site logo

vendethiel / brunch-with-ketchup Goto Github PK

View Code? Open in Web Editor NEW
7.0 7.0 0.0 314 KB

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

LiveScript 56.58% CSS 0.79% JavaScript 42.63%
angular brunch brunch-skeleton commonjs livescript skeleton

brunch-with-ketchup's People

Contributors

paulmillr avatar vendethiel avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

brunch-with-ketchup's Issues

Can't run server

Hi,

I can't run the server with brunch w -s I get this exception :

TypeError: Cannot read property 'startServer' of undefined

I already run commands npm install and bower install and edit server.db config property.

add a readme

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.

Note on Bower : Skeleton uses a bower.json file to fetch components, but you have to manually copy them over to vendor/ (and add them in your config.ls) because Bower is broken (returning folders as source when running bower list) and the plugins for it are broken too (no way to give your own list to fix bower's crap, returning files without extensions, strange bugs).

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.

Note : templates must be required as a script, script(src="/src/{module}.templates.js") in src/index.jade file, and must also be required in your module as {module}.templates as in the examples.

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.