1.0.0-beta.9 • Published 12 months ago

streamix-package-editor v1.0.0-beta.9

Weekly downloads
-
License
-
Repository
-
Last release
12 months ago

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 brunch@v2.10.0.