Qual comando cria a estrutura inicial de um novo projeto React chamado hello-world-demo?
hello-world-demo
npm install hello-world-demo nodejs
node create-react-app hello-world-demo
npm start hello-world-demo
npx create-react-app hello-world-demo