clean-react-app

clean-react-app is basically React without all the garbage 🗑️

Usage no npm install needed!

<script type="module">
  import cleanReactApp from 'https://cdn.skypack.dev/clean-react-app';
</script>

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