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)

9 lines (5 loc) 154 B
import './index.css' import React from 'react' import {render} from 'react-dom' import App from './App' render(<App/>, document.querySelector('#app'))