-1

react-app the command it won't work and it won't create the Public and the Source folder that is weird. I've tried many times and even with yarn it still won't work! Please tell me why this is happening thanks

RobC
  • 22,977
  • 20
  • 73
  • 80
Nikil
  • 1
  • 1

1 Answers1

0

try this in your command line tool:

npx create-react-app test

It will create a React-App-template in a folder called "test". It will include all the folders and features you are looking for.

c0mmand0r
  • 33
  • 5