Hi everyone,
I have trouble understanding how am I supposed to open the app I’ve installed since I have a folder with many many files…? It says ‘Change directories into the app you just created, and open the app in the text editor of your choice. You should see the following file structure:’
What am I missing?
After you installed the app with npx create-react-app yourappname
you’re still in the parent directory. So change directory into the app means that you type cd yourappname
into the terminal or simply open that folder in a new window and then type npm start
.
Thanks, but I am totally lost…how am I supposed to open that in a text editor? p.s. I got some deprecation messages along with PowerShell attack messages from my antivirus.
This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.