Skip to content

xCrazylei/next-ts-template

Repository files navigation

Next.js 10 + Typescript 4

🎉🎉 Next.js + Typescript 脚手架,方便、简单,直接下载代码即可使用。

🌟 准备开始

git clone https://github.com/yueleiMaster/next-ts-template.git
cd next-ts-template && yarn
npm run dev
# or
yarn dev

打开http://localhost:3000查看结果

📖 附上文档链接

To learn more, take a look at the following resources:

⏳ 部署

npm run build && npm run start
# or
yarn build && yarn start

更多部署细节请查阅Next.js deployment documentation