- vite + React + TS
yarn create vite hit --template react-ts
- emotion + tailwind → daisy UI(추천, 프로젝트 시간없어서 좋을듯)
yarn add @emotion/react @emotion/styled
yarn add -D tailwindcss postcss autoprefixer
yarn tailwindcss init -p
yarn add daisyui
- <h1>, <li>와 같은 시멘틱 태그의 스타일 적용이 안되는 이유 : https://tailwindcss.com/docs/preflight
- recoil
yarn add recoil
- prettier eslint
yarn add prettier eslint-plugin-prettier eslint-config-prettier
- nvm - node lts버전으로 확정
- 각자 버전 적기
- 건오: v16.18
- 수화: v16.16.0
- 명재, 별: v18.13.0
- 천욱: v18.2.0
- husky lint-staged (자동화 붙이는 것: git pre-commit) → (제안) lint CI
🛠️ 기술 스택
- 타입스크립트
- React - vite
- 상태관리 → recoil
- API → Axios
- CSS → tailwindCSS + emotion + DaisyUI
- 코딩스타일 → eslint, prettier, husky, lint-staged
- 배포 → netilfy