This is a very basic boilerplate example for people wanting to get started with Inferno. This boilerplate uses inferno
, webpack
, babel
and the babel-plugin-inferno
JSX Babel plugin.
This boilerplate shows how to use inferno-router
in a very simple way.
Clone this repository locally and then run npm install
.
To run the example app, run npm start
. View http://localhost:8080
in your browser to see the boilerplate example.
Required NodeJS v6+ to use inferno-boilerplate
.