Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 647 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 647 Bytes

Clean React App template

A clean React app created with 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

npx get-template@latest react-app my-app --execute-commands
cd my-app
npm start

Documentation

Read the original Create React App instructions