Skip to content

cappadona/brunch-with-foo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published