Save some time using prepare-react-project
to clean create-react-app
default src
folder configuration and get your react project prepared to development.
src
├── assets
├── components
├── routes
│ └── HomePage.js
├── style
│ ├── components
│ │ └── _components.scss
│ ├── _base.scss
│ └── app.scss
├── utils
├── App.js
└── index.js
npm i -g prepare-react-project
Important note: install this globally
After you installed prepare-react-project
globally, open a terminal widow on your react project folder, where you created it by using create-react-app
and just use the following command:
prepare-react-project
Now wait 😄
--prettier
- add prettier
Running prepare-react-project
will install react-router-dom@latest
and `node-sass@latest`
prepare-react-project
is open source.
1.2.0
- Prompt to install create-react-app if you don't have it.1.1.0
- Added Prettier as an option with default rules.1.0.0
- Initial features.
- Adding nodejs server option