Tutorial - How to install Node.js & create react app/create react native app on Windows

preview_player
Показать описание
Featured Full Courses:
React JS - The Complete Guide (over 150 000 devs enrolled)

React JS Web Development - The Essentials Bootcamp

The Complete React Js & Redux Course - Build Modern Web Apps

The Complete React Native + Hooks Course

React Native - The Practical Guide

The Complete JavaScript Course

See how to create your first app:
Рекомендации по теме
Комментарии
Автор

To start up a development server with create-react-app:
1. Create a new React Project by typing create-react-app myproject in the command prompt.
2. cd into myproject folder ( type: cd myfolder )
3. Start the development server by typing npm start
5. Start developing

To get started with create-react-native-app, follow the Become An App Developer guide:

FullstackDevelopment
Автор

Thanks. I like the video. Simple and straight to the point.

tamu
Автор

thanks man that was great it helps me a lot!
keep the good work!

abdokotbi
Автор

Thanks for the video. If I'm on Windows, could I run those same commands in a regular Command window? Or is it absolutely necessary to run them in a Node.js command prompt? I'm asking because I ran in a regular Command window and all seemed to run fine. That being the case, what is the difference? Will I run into issues later that perhaps now I'm just not aware of?

svmathtutor
Автор

hi i have install that but without wamp/xampp how C:\Users\bluewebspark>npm install create-react-app -g
->
added 106 packages in 23.002s


this i done what is next process to do this .. not sure how to connect phone and all and how to start coding part

manishshukla