Mobile/ReactNative
React 개발환경 구축
clover__
2019. 2. 25. 17:08
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
728x90
반응형
LIST