Hybrid App

개발환경

-개발 OS :  Window


1. git repo 설정

--

2. Nodejs 설치 

 10.15.1 LTS  <small>Recommended For Most Users</small>

  https://nodejs.org/en/#download


2) Install React : Using React in Visual Studio Code

https://code.visualstudio.com/docs/nodejs/reactjs-tutorial

--- node js cmd 에서 ----

1) npm install -g create-react-app

앱을 신규 생성할 경로로 이동 후

2) $ create-react-app my-app


3) my-app으로 이동후

$ npm start


Compiled successfully!

You can now view my-app in the browser.

http://localhost:3000/ Note that the development build is not optimized. To create a production build, use npm run build.



참고

http://www.devkuma.com/books/pages/1052


반응형

'Mobile > ReactNative' 카테고리의 다른 글

React build  (0) 2019.03.06
React Native (1)  (0) 2019.02.26
Flutter Framework  (0) 2019.02.14
Fabric hook other service  (0) 2016.09.02
Cannot call method 'hasOwnProperty' of undefined  (0) 2016.08.23

+ Recent posts