How To Run an Existing React App In VSCode

preview_player
Показать описание
(We're free online community, meet other makers!)

#reactjs #programming #coding #webdevelopment #webdev #react How to run existing react app in Visual Studio Code

First make sure you have NodeJS already installed on your system. You don't really run react in VSCode (or any other editor.) You can run React from VSCode terminal tho. Still it's actually running in Node environment, not VS Code.

00:00 How to run existing React App in VS Code
00:07 Opening React project folder in VSCode
00:46 Opening Terminal in VSCode to run React
01:07 npm start
Рекомендации по теме
Комментарии
Автор

I know this may sound super basic but believe me. people like me who just started learning reactjs really needed this video. Thanks you helped a lot.😄

Amar
Автор

I made a react app years ago but totally forgot how to run it. This saved me some time and let me peer back at the old project within minutes! Thanks!

Ectropy
Автор

Helpful content, I appreciate your vid

tungnguyen
Автор

THANK YOU SO MUCH, these simpl things are very hard for new coders this was a blessing thanyousomuch

enllcxb
Автор

Dayum! I was right clicking on the index.html and opening with live sever and was only seeing a blank page 😂😂😂 silly me thank you very very much!!!!

sonofagah
Автор

'react-scripts' is not recognized as an internal or external command,
operable program or batch file.

I had downloaded a file from codecademy and tried to open it and received this error, any solution?

whiskersspot
Автор

Mine doesn't run, it display this:

'react-scripts' is not recognized as an internal or external command,
operable program or batch file.

What should I do? I'm a newbie to VS Code and React.

prttybyflcko
Автор

I get this error and i have installed react js the error " *Not enough non-option arguments: got 0, need at least 1
npm ERR! code 1
npm ERR! path C:\Users\Zabih Bakhtiari\Downloads\npm test
npm ERR! command failed
npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c create-packages*

creativebak
Автор

for some reason for me "npm start" didn't work, otherwise "npm run dev" did, anyways, thank you anyway sir

zMostarda_
Автор

Bro just saved me I closed vs code and the local host stopped working

Mandatemp
Автор

this was the problem I have what to do?

npm ERR! Missing script: "start"
npm ERR!
npm ERR! npm star # Mark your favorite packages
npm ERR! npm stars # View packages marked as favorites
npm ERR!
npm ERR! To see a list of scripts, run:
npm ERR! npm run

npm ERR! A complete log of this run can be found in:
npm ERR!

lilly_edelweiss