next.js

Next.js 는 React 기반 Framework 이다. 폴더 및 파일 기반 Routing 지원하고, Server Side Rendering 을 지원, SEO 적용이 수월하다

공식 홈페이지의 설명

Getting Started | Next.js

create-next-app

# 설치 방법
$ npx create-next-app
# or
$ yarn create next-app