git clone https://github.com/ZZanMoa/ZZanMoa-Web.git
npm install
npm run dev
기본적으로 src에서 페이지를 제외한 모든 파일을 관리한다
[url 경로]
- 추후 페이지 생성 시 추가 예정
shared: 범용적으로 사용되는 것들
- apis
- 범용적으로 사용될 api 호출 관련 함수
- atoms
- recoil에 사용될 atom value
- components
- 범용적으로 사용될 component
- constants
- 범용적으로 사용될 상수
- hooks
- 범용적으로 사용될 custom hook
- libraries
- 라이브러리 관련 세팅
- types
- interface, type