inferno-boilerplate
January 13, 2017 ยท View on GitHub
Overview
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.
Getting started
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.
Requirements
Required NodeJS v6+ to use inferno-boilerplate.