Next.js 1. 시작 yarn create next-app yarn add --dev typescript @types/react @types/node 2. .babelrc 파일 만들기 { "presets": [ "next/babel" ] } yarn dev 3. http://localhost:3000 Next 2021.11.05