Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 588 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 588 Bytes

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