Create-React-App is way too bloated, use nano-react-app
for a truly minimal React app.
Try now by running this in the terminal:
npx nano-react-app my-app
Take a look at the app template here
- Uses Parcel with zero-config instead of Webpack
- No eject, because it is already so minimal
- No linting
- No service worker
npm start
andnpm run build
scripts for dev server and production build
For App configuration and usage info, see the template's README.