Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 668 Bytes

README.md

File metadata and controls

30 lines (27 loc) · 668 Bytes

Next JS init setting을 위한 repository

Setting한 것

@svgr/cli

yarn svgr

jest

yarn test
  • test에 파일 생성
  • jest 설치 완료

Typescript

eslint + prettier

babel

styled-component

##사용법

git clone https://github.com/jiwooIncludeJeong/init_nextjs.git

yarn