반응형
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 |
Tags
- tabBarStyle
- reactnative
- useMemo
- react native
- react
- useState
- ReactQuery
- rembg
- 리액트네이티브
- useRef
- Drawer
- listeners
- bottom tabs
- Stack
- gitpages
- mongoDB
- Hook 함수
- iTerm2
- redux/toolkit
- 에뮬레이터 스킨
- useEffect
- MonGo
- useCallback
- 이미지 배경 지우기
- oh-my-zsh
- 포트폴리오 사이트
- nodejs
- 갤럭시 스킨
- 리액트 쿼리
- bottom tabBar
Archives
- Today
- Total
목록gitpages (1)
프론트엔드 개발자의 개발 놀이터
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/bgPXf6/btsEf6BE7fk/KiMFiWckCdfpXSUDK7xzaK/img.png)
1. github 레파지토리 생성 github-pages로 만들 레파지토리를 생성해 줍니다. 2. 프로젝트 생성 및 git push # 설치 npx create-react-app [프로젝트 명] --template typescript # 이동 cd 프로젝트명 # git push git init # git 초기화 git status # 프로젝트 상태보기 git add . # 프로젝트 전체 추가하기 git commit -m "내용" # 프로젝트 "내용"으로 커밋하기 git remote add origin [github 레파지토리 주소] # 깃헙 저장소 등록하기 git push origin main # 깃헙에 푸쉬하기 3. gh-pages 설치 npm install gh-pages --save-dev 4. p..
React
2024. 2. 2. 09:58