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
Asked
Active
Viewed 65 times
-1
-
which command you are using? and which version of create-react-app you have? – Vivek Patel May 30 '20 at 22:04
-
Have you tried this? https://github.com/facebook/create-react-app/issues/8088 – Vivek Patel May 30 '20 at 22:09
-
Can you add steps you followed to create this project? – Ajeet Shah May 31 '20 at 03:06
1 Answers
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