Problem Statement
Which command creates a new React app?
Explanation
The command 'npm install -g create-react-app' globally installs the tool for creating new React projects quickly.
Practice Sets
This question appears in the following practice sets: