¿Qué comando crea la estructura inicial de un nuevo proyecto de React llamado hello-world-demo?
hello-world-demo
node create-react-app hello-world-demo
npm start hello-world-demo
npx create-react-app hello-world-demo
npm install hello-world-demo nodejs