Q. Which of the following is used to install React?

  • (A) npm install create-react-app
  • (B) npm create react-app
  • (C) npx create-react-app
  • (D) npx init react
πŸ’¬ Discuss
βœ… Correct Answer: (C) npx create-react-app
Explanation: npx create-react-app is used to bootstrap a new React application.
Explanation by: Mr. Dubey
npx create-react-app is used to bootstrap a new React application.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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