0 votes
in ReactJS by

What is create-react-app?

1 Answer

0 votes
by

create-react-app is the official CLI (Command Line Interface) for React to create React apps with no build configuration.

We don’t need to install or configure tools like Webpack or Babel. They are preconfigured and hidden so that we can focus on the code. We can install easily just like any other node modules. Then it is just one command to start the React project.

Related questions

0 votes
asked May 20, 2020 in ReactJS by GeorgeBell
0 votes
asked May 20, 2020 in ReactJS by SakshiSharma
...