Skip to content

flipps/brunch-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brunch + Babel/ES6

A simple brunch boilerplate that uses html, scss and javascript(coffeesript for test purposes).

Getting started

  • Install:
    • [Node.js]
    • [Yarn] : npm install -g yarn
    • [Brunch]: npm install -g brunch
    • Brunch plugins and app dependencies: yarn add
  • Run:
    • brunch watch --server - develop env.; whatch for file changes and creates a server at localhost:3333
    • brunch build --production — builds minified project for production)

About

A simple brunch set up.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published