cra-clean

a small library for adding routing features to create-react-app and removing unneccesary files coming with it

Usage no npm install needed!

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

README

clean-react-app

INSTALLATION

npm install -g cra-clean

CREATING A NEW REACT APP

cra-clean app-name

here app-name is the name of your app

Benefits of using clean-react-app

  • This package gives additional functionalities to the existing create-react-app
  • clean-react-app installs the necessary packages for routing by default
  • It also has a file named routes.js with all functionalities of routes setup
  • It removes the the react logo and default styles on app.js so that the user dont have to do that manually