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
- elasticsearch
- Site-to-Site VPN
- Await
- Endpoints
- cognito
- 옵셔널 체이닝
- null 병합 연산자
- Proxy Resource
- vgw
- Service
- 온프레미스
- optional chaining
- Kubernetes
- CloudFormation
- JavaScript
- 비구조화 할당
- On-Premise
- prometheus
- AWS
- grafana
- 자바스크립트
- docker
- VPC
- api gateway
- DynamoDB
- docker swarm
- transit gateway
- 단축 평가
- 구조분해 할당
- Custom Resource
Archives
- Today
- Total
만자의 개발일지
[React] WebStrom에서 React설치하기 본문
Creac React App
리액트 웹 개발환경 셋팅
- Node.js 최신 버전 설치
- 웹스톰 최신 버전 설치
웹스톰에서 터미널을 열고 아래와 같은 코드를 입력해줍니다.
npm install -g create-react-app
npx create-react-app <Project Name>
-g 옵션은 패키지를 전역으로 설치하겠다는 의미입니다.
'React' 카테고리의 다른 글
[React] Node.js 와 연동하기 (1) | 2022.03.15 |
---|---|
[React] eslint 파일 끄는 법 (0) | 2021.10.19 |
[React] State란 (0) | 2021.10.11 |
Comments