- index.css 에 공동으로 사용할 css 만들기
- camelCase로 쓰기
- 폴더이름 modules
- 파일이름 PascalCase
- 함수는 camelCase
- camelCase
- tailwind css 라이브러리 사용
- 페이팔이나 카카오페이 라이브러리 사용
- 게시판 에디터 라이브러리 ckEditor 5
- 리액트 플레이어
- 클래스명 정리된 사이트 : https://tailwindcss.com/docs/container
- 설치 참고 사이트 : https://tailwindcss.com/docs/guides/create-react-app
- 컴포넌트 사용시 설치 :
npm install @headlessui/react @heroicons/react
- 강원튼튼체
- background: rgb(6,115,255); background: linear-gradient(50deg, rgba(6,115,255,1) 34%, rgba(170,233,30,1) 77%);