Today-I-Learned-Blog

Easy, Breezy, React Zero Config App

1-18-18, Edward Rutz

Today I learned the react-create-app package is quick, easy and awesome.

Mid-sized and smaller sites with React are quick and easy using the “react-create-app” package. This official React build installs everything needed for development, including configuring the webserver.


The react-create-app start screen after running "npm start"

Install, Setup and Run

And did I mention it is quick, easy and requires no configuration.

TL;DR

References