0.0.4-beta • Published 2 years ago

clear-react-app v0.0.4-beta

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

clear-react-app

npm NPM npm

NB: Only run this script in a newly initialized app project as it Deletes and Rewrites certain files

To Run

If already initialized fresh CRA app

npx clear-react-app

Else

npx create-react-app my-app
cd my-app
npx clear-react-app

Actions

Rewrites (removes unnessary stuff and replaces the app name and descriptions with the actual app's name)

  • ./public/manifest.json
  • ./README.md
  • ./public/index.html
  • ./src/index.js
  • ./src/App.js

Deletes

  • ./src/App.test.js
  • ./src/index.css
  • ./src/App.css
  • ./src/logo.svg
  • ./src/reportWebVitals.js
  • ./src/setupTests.js
  • ./public/favicon.ico
  • ./public/logo192.png
  • ./public/logo512.png