UNPKG

cra-template-node-express

Version:

You can use the template using the below command.

10 lines (7 loc) 241 B
import { hot } from 'react-hot-loader/root'; import React from 'react'; import ReactDOM from 'react-dom'; import App from './App'; import './index.css'; const HotApp = hot(App); ReactDOM.render(<HotApp />, document.getElementById('app'));