Skip to content

Brunch handlebars skeleton, served with bourbon, neat and bitters, with a side of normalize.

Notifications You must be signed in to change notification settings

kgcreative/brunch-with-cocktails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brunch with Cocktails Scaffold

  • This HTML5 application, built with Brunch.

Getting started

Install and/or update:

  • Node.js (On mac, you can install via homebrew: brew install node )
  • Brunch: Install brunch globally npm install -g brunch or sudo npm install -g brunch

Initialize

  • Once Node.js and Brunch are installed,
  • Clone this git repo https://github.com/kgcreative/brunch-with-cocktails.git
  • Run npm install to install app dependencies and brunch plugins

Configure:

  • If you need to add plugins or modules to this instance of brunch, you can do so via npm install --save module
  • Plugin and module configurations are added to brunch-config.js

Run:

  • npm start - Runs the brunch watch --server --port 3333 command to watch the project with continuous rebuild. This will also launch HTTP server with pushState at localhost:3333.
  • brunch build --production builds the minified project for production

Learn:

About

Brunch handlebars skeleton, served with bourbon, neat and bitters, with a side of normalize.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published