background header

Create React App

Create React App is an officially supported way to create single-page React applications. It offers a modern build setup with no configuration.
Why to use:

  • You get started in seconds - Whether you’re using React or another library, Create React App lets you focus on code, not build tools.
  • It is easy to maintain - Updating your build tooling is typically a daunting and time-consuming task. When new versions of Create React App are released, you can upgrade using a single command

ilustration
background