Problem Statement
What does the npm start command do in a React project?
Explanation
It runs the development server (using Vite or webpack-dev-server) and auto-reloads on code changes, serving the app at localhost.
Practice Sets
This question appears in the following practice sets: