Bare minimum example of using react-refresh for the latest in hot reloading. Basically a copy of `rollup-plugin-react-refresh` example at this point.
npm install reactmonBare minimum example of using react-refresh for the latest in hot reloading. Basically a copy of rollup-plugin-react-refresh example at this point.
Can create a src and public directory:
``js`
npm install reactmon --save-dev
Then run:
`js`
npx reactmon
Will create a src and public` directory with basic entrypoint for getting started.