React Typescript Template

Slug
proj_react_typescript
Date
Nov 19, 2022 → Nov 25, 2022
Tags
React
 
 
 

템플릿 초기 화면

notion image
 
 

패키지 목록

  • axios : axios
  • router : react-router-dom @types/react-router-dom
  • semantic ui : semantic-ui-react semantic-ui-css
  • redux : @reduxjs/toolkit react-redux @types/react-redux
  • styled components : styled-components @types/styled-components
 
 

명령어 정리

명령어
프로젝트 이름
타입
명령어
수식
FILE
npx create-react-app % --template file:cra-template-ts-app
GIT
npx create-react-app % --template git+ssh://github.com/SwimingKim/cra-template-ts-app.git
 
 

참고 자료