An open API service indexing awesome lists of open source software.

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

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)