πŸ“Š React Js
Q. Which command creates a new React application using Create React App?
  • (A) npx create-react-app app-name
  • (B) npm init react-app app-name
  • (C) npm react create app-name
  • (D) create-react app app-name
πŸ’¬ Discuss
βœ… Correct Answer: (A) npx create-react-app app-name

Explanation: This command scaffolds a new React project.

Explanation by: Mr. Dubey
This command scaffolds a new React project.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
63
Total Visits
πŸ“½οΈ
9 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
83%
Success Rate