clean-react-app
v1.0.2
Published
clean-react-app is basically React without all the garbage 🗑️
Downloads
19
Maintainers
Readme
clean-react-app
clean-react-app is basically React without all the garbage 🗑️
It generates a create-react-app without all the garbage. A clean app to start with
:clipboard: How to run this package
npx clean-react-app
:wrench: Changes
- Unnecessary files have been removed
- CSS Modules have been enabled
- SASS enabled
- Public folder is clean
After installation ⬇️
yarn add or npm install
To run project
yarn start or npm start