πŸ“Š React Js
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

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