Spend more time on coding than on setting up project. react-web-setup setup react project and tests very easily for you.
npm react-web-setup <app-name>
npx react-web-setup <app-name>
It will ask you few questions?
- Which testing framework to use [react-testing-library or enzyme]
- Should test coverage be included?
- Should initialize as git repository
After answering questions it will create your repository And bammn! you are ready to code!!
Happy coding :)