/green-juice

A brunch skeleton with bootstrap and browser-sync designed for kick-starting an agency advertising website.

Primary LanguageHTMLMIT LicenseMIT

Green Juice

Green Juice is a Brunch skeleton that utilizes Bootstrap, LESS / SASS and Browser Sync. Green Juice is a version of Brunch on Rocket developed as a better starting-point for agency/advertising websites.

Installation

Skeleton install: brunch new gh:djkmiles/green-juice <your-project-name>.

Or simply copy the repository to your hard drive and rename it.

Getting started

  • Install (if you don't have them):
    • Node.js
    • Brunch: npm install -g brunch
    • Bower: npm install -g bower
    • Brunch plugins and Bower dependencies: npm install & bower install
  • Run:
    • brunch watch --server — watches the project with continuous rebuild. This will also launch HTTP server with pushState.
    • brunch build --production — builds minified project for production
  • Learn:
    • public/ dir is fully auto-generated and served by HTTP server. Write your code in app/ dir.
    • Place static files you want to be copied from app/assets/ to public/.
    • Brunch site

Customize Bootstrap Stylesheets

All Bootstrap stylesheet files can be found separated into:

vendor/styles/bootstrap

They're in original LESS format in order to be easily customized, and compiled together with the app build.