DEV Community

Discussion on: Any easier way to create react app?

Collapse
 
djyde profile image
Randy

I think using Parcel bundler is a good choice. For example, I push the boilerplate to Github and every time I start a new React app, I just clone it and start coding. github.com/djyde/parcel-typescript...