Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nano-react-app/nano-react-app
🔍 A truly minimal replacement for Create-React-App.
https://github.com/nano-react-app/nano-react-app
javascript react reactjs
Last synced: 16 days ago
JSON representation
🔍 A truly minimal replacement for Create-React-App.
- Host: GitHub
- URL: https://github.com/nano-react-app/nano-react-app
- Owner: nano-react-app
- License: mit
- Created: 2019-02-09T19:39:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-16T01:48:26.000Z (12 months ago)
- Last Synced: 2024-10-11T01:35:35.775Z (about 1 month ago)
- Topics: javascript, react, reactjs
- Language: JavaScript
- Homepage:
- Size: 240 KB
- Stars: 673
- Watchers: 9
- Forks: 49
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
🔍 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**_
## Install
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## Features
- 📦 Uses ViteJS with **zero-config** instead of Webpack
- 🚫 **No eject**, because it is already so minimal
- 🚫 **No linting**
- 🚫 **No service worker**
- ⚡ `npm start` and `npm run build` scripts for dev server and production build## Usage
For App configuration and usage info, see the respective template's README.