Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 1.57 KB

README.md

File metadata and controls

58 lines (41 loc) · 1.57 KB

GrupoW Volkswagen Configurator

Requirements

  1. Node (npm install -g scaffolt)
  2. Scaffolt (npm install -g scaffolt)
  3. Brunch (npm install -g brunch)

Usage

  1. Run server brunch w -s
  2. Open Browser localhost:3333

And voila - you're done! For themes check /vendor/_bootswatch/ directory. You can also use default one.

What's in the box

  • Angular.JS
  • JADE (as default templating)
  • CoffeeScript/LiveScript (-with skeletons in CS-)
  • Twitter Bootstrap 2.3 (Inspired by Angular-Brunch-Seed)
  • Bootswatch themes
  • Generators:
    • Init (CoffeeScript/LivesScript)
    • Angular Directives (CoffeeScript/LiveScript)
    • D3 Directive (LiveScript)
    • Bootstrap themed using Bootswatch
    • Bootstrap Responsive (untested)
  • D3

Also in, but untested:

  • jQuery UI
  • Angular.JS UI
  • Angular.JS Bootstrap

How extras work

Each extra is already configured in config.coffee (i.e. properly positioned during CSS/JS join). To enable it, just change directory name in vendor from _extra_library to extra_library. And that's it!