Next.js를 설치하길 원하는 폴더에 next-creat-app 명령 입력
1-1. class name: class, 부수설치질문에 전부 NO 대답
React 버전은 18로 업글됬지만 실무에서는 아직 안정적인 17버전 사용중. yarn add next@12.1.0 react@17.0.2 react-dom@17.0.2 --exact 명령어로 18->17로 다운그레이드. class 폴더에 설치.
불필요한 파일들 정리
yarn add @emotion/react, yarn add #emotion/styled
yarn add #apollp/client graphql , yarn add antd, yarn add axios