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

πŸ‘οΈ
86
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
84%
Success Rate