Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 348 Bytes

File metadata and controls

23 lines (18 loc) · 348 Bytes

리액트 프로젝트 구성

  • Build tool : vite

  • programming language : typescript

  • style : emotion

  • library

- react-router-dom # 라우팅 설정
- react-query # api 통신
- axios # api 통신
- react-hook-form #form 라이브러리
- reChart #차트

프로젝트 구동

# git clone
npm install
npm run dev