🎉🎉 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:
- Next.js Documentation - learn about Next.js features and API.
- Typescript Documentation - an interactive Next.js tutorial.
npm run build && npm run start
# or
yarn build && yarn start
更多部署细节请查阅Next.js deployment documentation