...

/

An Introduction to the create-react-app

An Introduction to the create-react-app

This lesson gives a brief overview of the create-react-app.

What is the create-react-app?

The Create React App is a tool built by developers at Facebook to help you build React applications. It does not require any time-consuming setup and configuration. You simply run one command and the create react app sets up the tools you need to start your React project. The rest of the course will ...