Q. What is the default port for React development server?
β
Correct Answer: (A)
3000
Explanation: React apps started with create-react-app run on port 3000 by default.