Install React Native - Live Class
Install React Native - Live Class
------------------------------------
1. Start bash
2. Install Git [in Files]
a. download git: https://git-scm.com
b. install git (>git -v)
3. Install NodeJS at https://nodejs.org [in Files]
(>node -v, npm -v)
4. Install Expo
(>npx install -g expo-cli)
~ Start a Project ~
-------------------
1. mkdir project-name
2. cd project-name
3. npx create-expo-app --template
3.1. Prompt: Tell App-name
3.2. Choose blank template
(installing ...)
4. cd app-name (go into folder)
5. Start Server (>npm start)
That's All!
--------------------
~ In new bash login just once ~