[Next.js] create-next-app 환경에서 next.js, typescript, redux 세팅하기
2021-10-15 06:29

[Next.js] create-next-app 환경에서 next.js, typescript, redux 세팅하기

먼저, create-next-app 명령어를 이용해서 기본 프로젝트를 생성합니다. --typescript 명령어를 이용하여 typescript 프로젝트로 설정했습니다.
yarn create next-app --typescript ...
React
nextJS
REACT
Redux
typeScript
000

댓글