- testID : [email protected]
- testPW : test1234!
- Concurrent UI Pattern (적용 전 실습)
- 어플리케이션 보일러플레이트 코드 : Vite (react-swc-ts, React 18)
- 스타일 : emotion (styled), reset css
- 코드 컨벤션 : Eslint, prettier
- 배포, CI/CD : Vercel (+ Github Actions)
- 테스트 : Jest
- 비동기 처리, 상태 관리, 에러 컨트롤 : Axios, Reac-Query, Recoil, react-error-boundary
앱 실행
$ npm run build
$ npm run dev