1.0.2 • Published 6 years ago
clean-react-app v1.0.2
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 installTo run project
yarn start or npm start