-
8. React 프로젝트 생성Project/React+Java 2022. 8. 10. 19:56
https://github.com/dchkang83/project-board
https://dchkang83.tistory.com/32
https://dchkang83.tistory.com/33
https://dchkang83.tistory.com/34
1. React 프로젝트 생성 및 실행
# npx cash 날리기 $ npx clear-npx-cache # create-react-app 설치 $ npm config set prefix /usr/local $ sudo npm install -g create-react-app # front-end 프로젝트 생성 $ npx create-react-app front-end-js $ cd front-end-js $ cd .. $ npx create-react-app front-end-ts $ cd front-end-ts # 시작 $ yarn start $ ONLY_DEV=true BROWSER=none yarn start
2. 확인
'Project > React+Java' 카테고리의 다른 글
10. React/Jwt 연동 (access token, refresh token) (0) 2022.08.19 9. React/router, redux, saga 등 설정 (0) 2022.08.10 7. Spring Boot + Spring Security + JWT + access token + refresh token + 토큰 갱신 (0) 2022.08.02 6. Spring Boot + Spring Security + JWT + access token (0) 2022.07.22 5. SpringBoot + Rancher + VsCode Mysql Client (0) 2022.07.22