yarn svgr
- @assets/svgs 아래에 svg파일 추가 후 명령어 입력
- @assets/icons에 tsx 생성
yarn test
- test에 파일 생성
- jest 설치 완료
- tsconfig.json에 path alias 설정해야함
- .eslintrc.json에 eslint setting
- .prettierrc에 prettier setting
- .babelrc에 path alias
##사용법
git clone https://github.com/jiwooIncludeJeong/init_nextjs.git
yarn