Starter pack with inferno + redux + saga + inferno-router. You can use JSX, generators and decorators as well. Css and Sass modules included. Includes Standard style lint and Hot Reloading.
Inferno.render(
<Provider store={store}>
<Router history={history}>
{routes}
</Router>
</Provider>,
document.getElementById('root')
)
Run the following command in the root directory to install dependencies
yarn
Then run the start script
yarn start