Skip to content

suchlab/react-app-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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