Q. Which command is used to start a React app in development mode?

  • (A) npm start
  • (B) npm build
  • (C) npm install
  • (D) npm test
πŸ’¬ Discuss
βœ… Correct Answer: (A) npm start
Explanation: npm start runs the app in development mode.
Explanation by: Mr. Dubey
npm start runs the app in development mode.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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