cappadona / brunch-with-foo

Brunch skeleton to create static HTML prototypes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Brunch with Foo (Fighters)

Brunch skeleton to create static HTML prototypes via Jade, Sass, jQuery and Bootstrap 4. All served up by the brilliant Browsersync.

Getting started

  1. Install (if you don't have them)
  • Node.js: $ brew install node on OS X
  • Brunch: $ npm install -g brunch
  1. Create a new project (using this skeleton)
  • $ brunch new gh:cappadona/brunch-with-foo [optional-output-dir]
  • cd to new project
  1. Run
  • $ npm start — serve the project via Browsersync
  • $ brunch build --production — builds minified project for production
  1. Learn
  • public/ dir is fully auto-generated and is the webroot served by Browsersync
  • Write your code in app/ dir
  • Jade templates should use .static.jade extension and be placed directly in app/
  • Place static files in app/assets/ that you want to be copied to public/
  • Read the Docs!

About

Brunch skeleton to create static HTML prototypes


Languages

Language:HTML 52.4%Language:CoffeeScript 41.1%Language:CSS 6.5%