Open In App

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

Like Article
Like
Save
Share
Report

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


Last Updated : 27 Sep, 2021
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads