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.
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-devThen run:
npx reactmonWill create a src and public directory with basic entrypoint for getting started.
