DEV Community

Discussion on: How to set up React projects without using create-react-app

Collapse
 
anilpank profile image
Anil

This is good. I have seen so many times the create-react-app fails on windows 10. And when we file issues on GitHub they are simply closed

Collapse
 
rasveerb profile image
Rasveer Bansi

I always relied on create-react-app but would then face problems later on and without access to the config files it was very frustating to try and solve them! Hopefully this guide can help not just explain these files but also solve any issues you had with create-react-app :)