UNPKG

nwb

Version:

A toolkit for React, Preact & Inferno apps, React libraries and other npm modules for the web, with no configuration (until you need it)

12 lines (7 loc) 169 B
import './index.css' import {render} from 'inferno' import App from './App' render(<App/>, document.querySelector('#app')) if (module.hot) { module.hot.accept() }