React

"Hello World" with Expo&React native

Gauss1 2020. 2. 18. 16:19

iphone app을 개발하기 위해서는 보통 mac book이 필요한데

Expo라는 것을 활용하면 mac book 없이 개발이 가능하다고 한다.

 

1. Expo 가입

https://expo.io/

 

Expo

Expo is an open-source platform for making universal native apps for Android, iOS, and the web with JavaScript and React.

expo.io

 

2. Node js 다운로드

https://nodejs.org/en/

 

Node.js

Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.

nodejs.org

3. Git 생성

Github 생성 후 clone

 

4. 아래 명령 입력

$ npm install expo-cli --global

$ expo init RealEstate

=> select blank
$ cd RealEstate
$ expo start

 

5. Expo client tool 설치

실행화면

 

 

 

'React' 카테고리의 다른 글

React Native Study  (0) 2020.02.23
React study  (0) 2020.02.23