I would like to learn creating React apps. I just recently downloaded node.js and install npm.
After that I try to run these basic commands in cmd and the last one does nothing (npm v6.14.4, node v12.16.3).
I am new in frontend so i don't really know frameworks, npm and dependency stuff as well.
Why npm start
doesn't open localhost:3000 and the project?
npx create-react-app my-app
cd my-app
npm start
(These are from the offical site)
Just simply nothing happens
C:\Users\user\Desktop\web\React\my-app>npm start
C:\Users\user\Desktop\web\React\my-app>