3. 스크립트
넥스트/2022-03-25/멜버른/ next.js 템플릿
패스트코드블로그
2022. 3. 25. 19:04
https://nextjs.org/docs/getting-started
Getting Started | Next.js
Get started with Next.js in the official documentation, and learn more about all our features!
nextjs.org
yarn create next-app
이지만, app 이름까지 동시에 작성하는 다음 명령어를 사용한다.
npm i antd styled-components @ant-design/icons @emotion/react @emotion/styled
https://nextjs.org/docs/basic-features/eslint
Basic Features: ESLint | Next.js
Next.js provides an integrated ESLint experience by default. These conformance rules help you use Next.js in the optimal way.
nextjs.org
{
"extends": "next/core-web-vitals"
}