Setup React JS development environment on Windows

Veröffentlicht am: 17 November 2022
auf dem Kanal: TechSolvePrac
1,512
9

This video describes the process to setup development environment for developing React JS applications on a windows PC. You need to install Node JS platform on the Windows PC to run React JS applications. Then, you need to install Visual Studio Code, an IDE to write and run React code.

You can execute "node --version" command on command prompt to check if node is properly installed. If the command output displays current node version then, Node JS is properly installed on your PC.

In visual studio code terminal, you shall run "npx create-react-app myreactapp" command to create an initial React JS Application with name "myreactapp". You may choose any other name.

Once your initial React JS App is downloaded, navigate to app folder in terminal using "cd myreactapp" command.

In the "myreactapp" folder on terminal, type "npm start" command to compile and run your first React JS App. The react JS home page will load in your default browser.

Useful Links used in video:
Node JS: https://nodejs.org/en/

Hastags:
#reactjs


Auf dieser Seite können Sie das Online-Video Setup React JS development environment on Windows mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer TechSolvePrac 17 November 2022 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 1,512 Mal angesehen und es wurde von 9 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!