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
- aws
- react
- java.sql.SQLException: Incorrect string value: #RDS #AWS #mariadb #springboot
- 코테관련공부
- VSCode
- VSCode업로드
- 편집모드
- 사용자 권한 부여
- 구성파일
- 공동작업자
- insert안됨
- SpringBoot개발환경
- AWS #AWS장단점 #AWS차별화 # AWS서비스
- Push
- linux Xshell
- javascript
- oracle vm virtualbox
- GiyHub
- Disk추가
- 명령어 모음
- Biling and Cost Manager
- 코딩애플
- Spring
- html템플릿
- EaaS
- Linux
- OracleVMVirtualBox
- react-dom
- Function
- Github
Archives
- Today
- Total
목록build (1)
귀농 전까지 쓰는 개발 일지
[React] 프로젝트 생성 / 배포
설치&실행 1. Node.js (NPM) 설치 https://nodejs.org/ko/ Node.js Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine. nodejs.org 2. create-react-app 설치 //cmd창서 실행 npm install -g create-react-app 3. 프로젝트 생성 cd / //프로젝트를 만들 파일로 이동 mkdir 프로젝트이름 //해당 파일에 프로젝트 생성 cd 프로젝트이름 // 생성한 프로젝트파일로 이동 create-react-app . //오류 발생시 npx create-react-app . 으로 실행 (버젼차이) code . // VisualStudio Code 실행 4.프로..
공부/React
2022. 1. 17. 16:01