Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Column Widget
- ListView.builder
- Snackbar
- HTTP
- FutureBuilder
- Flutter 앱 배포
- listview
- Networking
- Flutter Tutorial
- Scaffold
- Load Image
- 반석천
- Cached Image
- InkWell
- CrossAxisAlignment
- MainAxisAlignment
- Image.network
- ListTile
- flutter
- Hello World
- WillPopScope
- Row Widget
- Row
- Flutter 예제
- navigator
- Flutter Example
- sqlite
- node.js
- AppBar
- Flutter 강좌
Archives
- Today
- Total
꿈꾸는 시스템 디자이너
React 개발 환경 구성 본문
1. npm 설치
$ sudo apt-get install npm
2. node 설치
$ sudo npm i -g n
$ sudo n 14.17.6
3. npx 설치
$ sudo npm i npx -g
4. create-react-app 설치
$ sudo npm i create-react-app -g
5. create-react-app을 통해 react 프로젝트(movie_app) 생성
$ npx create-react-app movie_app
6. 서버 실행
$ cd movie_app/
$ npm start
서버 실행 후 브라우저를 통해 서버에 접속해 보자
'Development > JS' 카테고리의 다른 글
Next.js 팁 (0) | 2021.10.13 |
---|---|
[NestJS] 첫 번째 프로젝트 (0) | 2021.10.05 |
NestJS 개발에 유용한 npm 패키지들 (0) | 2021.09.27 |
NestJS 기본 소스 구조 (0) | 2021.09.23 |
NestJS 개발 환경 구성 (0) | 2021.09.23 |
Comments