https://github.com/suchlab/react-app-template
Clean React App template
https://github.com/suchlab/react-app-template
clean cra create-react-app template
Last synced: 9 months ago
JSON representation
Clean React App template
- Host: GitHub
- URL: https://github.com/suchlab/react-app-template
- Owner: suchlab
- Created: 2022-11-30T21:37:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-30T22:06:23.000Z (over 3 years ago)
- Last Synced: 2025-07-07T22:12:08.632Z (12 months ago)
- Topics: clean, cra, create-react-app, template
- Language: CSS
- Homepage:
- Size: 282 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clean React App template
A clean React app created with [Create React App](https://github.com/facebook/create-react-app)
It is much faster to use than `npx create-react-app my-app`!
This template:
1. Removes unnecessary files
2. Simplifies index.html
3. Converts spaces to tabs
4. Simplifies App.js
5. Organizes css into specific folder
## Download and start ready-to-use template
```sh
npx get-template@latest react-app my-app --execute-commands
cd my-app
npm start
```
----
## Documentation
Read the original [Create React App instructions](https://github.com/facebook/create-react-app/blob/main/packages/cra-template/template/README.md)