일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- 터치인솔
- converter
- 환전 수수료
- 본느
- 미국 주식
- 토니 로빈스
- 유동 자산
- 현명한 초보 투자자
- buck converter
- 이강연
- alamofire
- boost
- 재무제표 모르면 주식투자 절대로 하지마라
- Django
- swift
- 재무제표
- 월가의 영웅
- 재무제표로 좋은 주식 고르는법
- 배당
- 투자
- ios
- 재무제표로 좋은 주식 고르는 법
- 주식
- 자기자본
- All season
- 손익계산서
- Buck
- 재무상태표
- dcdc
- 거래 수수료
- Today
- Total
월 6000 버는 그날까지
React native를 ubuntu 서버에 설치하는 방법 본문
Developer React Native install react native on ubuntu for android Step1: install nodejs + sudo apt-get update
+ curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
+ sudo apt-get install -y nodejs
+ sudo apt-get install npm + sudo ln -s /usr/bin/nodejs /usr/bin/node Step 2: Installing Watchman - need install git + sudo apt-get install python-dev + sudo apt-get install automake + sudo apt-get install autoconf
+ sudo apt-get install libtool
+ sudo apt-get install pkg-config + git clone https://github.com/facebook/watchman.git + cd watchman + git checkout v4.5.0 # the latest stable release + ./autogen.sh + ./configure + sudo su --- enter pass switch to root + make + sudo make install Step 3: install react native - open terminal via root + npm install -g react-native-cli Step 4: install flow + sudo npm install -g flow-bin
'취미 생활 > 웹서비스 구현' 카테고리의 다른 글
desktop에서는 로그인이 되고, 모바일 웹에서는 로그인이 안될 때. (0) | 2019.07.17 |
---|---|
abstract = true (0) | 2019.01.06 |