- [x] vite 버전? 5.2
- [x] 폴더구조 생성 후 내부에 index.js
- [x] editorconfig
https://editorconfig.org/
- [x] gitignore (gitignore io 에서 react, node, macos, windows, visualstudioCode 5개 키워드 넣고 생성)

- [x] cross-env (macOS, Windows)
npm install --save-dev cross-env@7
npm install tailwindcss@3.4.1 @tailwindcss/vite
선호도 조사
- const myFunc = ( ) ⇒ { } 😀
** readme.md에 적어야 할 내용
최초 fork 진행시, node_module은 gitignore에 있기 때문에 npm install 수행 필요
초기 TODO
파일 컨벤션
폴더 구조 정의
커밋 컨벤션
일정 및 역할분담 정하기 → 9일 세션 이후
git flow → 9일 세션 이후 확정
PR 템플릿 및 규칙 정하기 → 오세진
- r
epo 생성 → 오세진
라이브러리 선정 / Emoji Picker React, texteditor, cross-env, react-router, 캐러셀, tiptap
초기셋팅 어떻게 할지 → 9일 세션 이후 (editorconfig / gitignore 설정)
포맷터 설정 - Prettier
통신 api 선택 (axios, fetch) → 9일 세션 이후
스타일링 방식 정하기 - Tailwind
라우팅 도구 정하기 (react-router-dom)