1 篇文章带有标签 “Next.js”

Next.js

  1. 初始化Next.js项目

首先,创建一个新的Next.js项目:

npx create-next-app next-quiz-app
cd next-quiz-app

运行

npm run dev