Minimal convenient React application for testing purposes
It includes:
- React 18
- Webpack 5
- Babel
- Typescript support
- Webpack dev server
- Hot Module Replacement (hot reload)
- CSS and image loading
- Threading for JS / TS loading
npm installStart a dev server with HMR at http://localhost:8080/
npm run startCreates an optimized build in the dist directory
npm run build