Open In App

Web technologies Questions | React.js Quiz | Set-1 | Question 1

Which of the following command is used to create react-js-app ?
(A) npx create-react-app appname
(B) npm install create-react-app
(C) npx install create-react-app -g
(D) install – l create-react-app

Answer: (A)
Explanation: The correct syntax for installing react app is npx create-react-app app name where app name is the name of the app you want to create.
Quiz of this Question

Article Tags :