I have been learning React for a while now. Today when I tried to started another project it created me an almost empty project.
I used the command I always use create-react-app 'name-of-my-app'
. It ran for a while, finished creating an app. I enter the folder with cd 'name-of-my-app'
, run it in vscode with code .
and there all I have is a folder node_modules
and files package-lock.json
and package.json
.
I tried this three times, and every time is the same thing. Any advice. Thanks