What is create-react-app?

create-react-app is the official CLI i.e. Command Line Interface for React to create React applications with no build configuration. We do not have to install or configure tools like Web-pack or Babel. They are pre-configured and hidden so that we can focus on the code. We can install it easily just like any other node modules.