๐ A truly minimal replacement for Create-React-App.
Use nano-react-app
for a truly minimal React app:
A full React project in only 6 files
Try now with:
npx nano-react-app my-app
For Typescript, run this:
npx nano-react-app my-app --ts
- Default JS template: https://github.com/nano-react-app/template-js
- Typescript template: https://github.com/nano-react-app/template-ts
- ๐ฆ Uses ViteJS 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 respective template's README.