Q. Which command is used to start a React app in development mode?
β
Correct Answer: (A)
npm start
Explanation: npm start runs the app in development mode.