This is a modern JS skeleton with Inferno for Brunch. Includes inferno
and babel-preset-inferno
packages.
Clone this repo manually or use brunch new your-project -s inferno
.
- Install (if you don't have them):
- Run:
npm start
— watches the project with continuous rebuild. This will also launch HTTP server with pushState on port3333
.npm run prod
— builds minified project for production
- Learn:
public/
dir is fully auto-generated and served by HTTP server. Write your code inapp/
dir.- Place static files you want to be copied from
app/assets/
topublic/
. - Brunch site, Getting started guide
- Inferno site, Getting started guide
Make sure you have the latest version of brunch. Creating a new inferno project with brunch is supported since [email protected]
.