Skip to content

Just a clean create-react-template, without any logos, serviceWorkers, and css stuff

License

Notifications You must be signed in to change notification settings

bykof/cra-template-clean

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cra-template-clean

Just a clean create-react-template, without any logos, serviceWorkers, and css stuff

Creates a minimal react application with following tree:

├── README.md
├── package.json
├── public
│   ├── index.html
│   ├── manifest.json
│   └── robots.txt
├── src
│   ├── App.js
│   ├── index.js
│   └── setupTests.js
└── yarn.lock

Usage

Use it with create-react-app:

npx create-react-app my-app --template clean

About

Just a clean create-react-template, without any logos, serviceWorkers, and css stuff

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published