React-Cleaner is a utilitarian npx command which let's you delete all the unnecessary files from the create-react-app's defaultfolder structure and add all the important directories.
Files which would be deleted:
- reportWebVitals.js
- app.test.js
- setupTest.js
- logo.svg
Folders/Directories which would be added:
- assets
- components
- pages
npx react-cleaner