Skip to content

infernojs/brunch-with-inferno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brunch + Inferno + Babel/ES6

This is a modern JS skeleton with Inferno for Brunch. Includes inferno and babel-preset-inferno packages.

Installation

Clone this repo manually or use brunch new your-project -s inferno.

Getting started

  • Install (if you don't have them):
    • Node.js: brew install node on macOS
    • Brunch: npm install -g brunch
    • Brunch plugins and app dependencies: npm install
  • Run:
    • npm start — watches the project with continuous rebuild. This will also launch HTTP server with pushState on port 3333.
    • npm run prod — builds minified project for production
  • Learn:

Make sure you have the latest version of brunch. Creating a new inferno project with brunch is supported since [email protected].