0 votes
in ReactJS by
retagged by
What is the use of the create-react-app command in the React.js application?

a) It is used to update a React app.

b) It is used to create a new React app.

c) It is used to install dependencies.

d) None of the above.

1 Answer

0 votes
by

B is the correct option. The create-react-app command in the React.js application is used to create a new React app.

Related questions

0 votes
asked Apr 15, 2022 in ReactJS by Robindeniel
0 votes
asked Apr 15, 2022 in ReactJS by Robindeniel
...