# nextjs-template **Repository Path**: incloudcode/nextjs-template ## Basic Information - **Project Name**: nextjs-template - **Description**: Get started with Next.js and React in seconds. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-07 - **Last Updated**: 2025-07-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 这是一个通过 [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) 启动的 [Next.js](https://nextjs.org/) 项目。 ## 部署 [![使用 EdgeOne Pages 部署](https://cdnstatic.tencentcs.com/edgeone/pages/deploy.svg)](https://console.cloud.tencent.com/edgeone/pages/new?from=github&template=nextjs-template) ## 入门 首先,运行开发服务器: ```bash npm run dev # 或者 yarn dev # 或者 pnpm dev # 或者 bun dev ``` 用浏览器打开 [http://localhost:3000](http://localhost:3000) 查看结果。 您可以通过修改 `app/page.tsx` 开始编辑页面。编辑文件时,页面会自动更新。 该项目使用 [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) 自动优化和加载 Inter,这是一种自定义的 Google 字体。 ## 了解更多 要了解有关 Next.js 的更多信息,请查看以下资源: - [Next.js 文档](https://nextjs.org/docs) - 了解 Next.js 的功能和 API。 - [学习 Next.js](https://nextjs.org/learn) - 一个互动的 Next.js 教程。 您可以查看 [Next.js GitHub 仓库](https://github.com/vercel/next.js/) - 欢迎您的反馈和贡献!