Город МОСКОВСКИЙ
00:01:00

How To Install Expo CLI | Windows 11 | About React Native

Аватар
Реактивные Открытия
Просмотры:
24
Дата загрузки:
27.11.2023 20:55
Длительность:
00:01:00
Категория:
Лайфстайл

Описание

#reactnative #expocli #windows11

Hello everyone, in this video we will be discussing how to install the Expo CLI on a Windows 11 operating system.

1. First, ensure that you have Node.js and npm (Node Package Manager) installed on your computer. You can check if you have these installed by opening the Command Prompt and typing "node -v" and "npm -v". If you don't have them installed, you can download them from the official Node.js website.
2. Once you have Node.js and npm installed, open the Command Prompt and type "npm install -g expo-cli". This will install the Expo CLI globally on your computer.
3. After the installation is complete, you can confirm that the Expo CLI has been installed correctly by typing "expo -v" in the Command Prompt. This should display the version number of the Expo CLI.
4. Now that you have the Expo CLI installed, you can create a new project by typing "expo init [project name]" in the Command Prompt, where [project name] is the name of the project you want to create.
5. After the project is created, navigate to the project folder using the "cd [project name]" command, and then start the development server by typing "expo start".
6. You should now be able to see a QR code on the Command Prompt, which you can scan using the Expo app on your mobile device to view the project.
7. And that's it! You have successfully installed the Expo CLI on Windows 11 and created your first Expo project.

Thanks for watching and happy coding!

Рекомендуемые видео