프로젝트 셋팅
최종 수정 : 25.1.4 1. 패키지 매니저 선택 : PNPM프로젝트를 시작하기에 앞서 패키지 매니저들을 찾아봤다. NPM, Yarn, YarnBerry, PNPM 등에 대한 정리를 마쳤다. 2. 스택 선정Next.JS(app), TailwindCSS, TanStack Query, Supabase, GraphQL(Relay), Jotai 3. prettierrc 설정{ "singleQuote": true, "semi": true, "tabWidth": 2, "useTabs": false, "trailingComma": "es5", "plugins": ["prettier-plugin-tailwindcss"]} 4. 개발 원칙항목이유mobile first추후 개발을 쉽게 진행하기 위해commit..
2025. 1. 4.