reactmon
v1.0.10
Published
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.
Downloads
6
Readme
reactmon
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.
usage
Can create a src and public directory:
npm install reactmon --save-dev
Then run:
npx reactmon
Will create a src
and public
directory with basic entrypoint for getting started.