draco-china / next-template

Only supports ssg, if you need ssr please see next-ssr-template. 仅支持 ssg, 如果需要 ssr 请查看 nextjs-ssr-template

Home Page:https://next-template-gules.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Draco-china Next Template

This is a template repo for Draco-china

English · 简体中文 · 繁體中文 · Changelog · Report Bug · Request Feature


Table of contents

TOC

🌲Directory Structure

Here is a list of the agreed (or recommended) directory structure in the project. During project development, please organize your code according to this directory structure.

Please read DIRECTORY_STRUCTURE.md view the structural description for this project.

⌨️ Local Development

You can use Github Codespaces for online development:

You can use Gitpod for online development:

Open in Gitpod

or clone it for local development:

git clone https://github.com/draco-china/next-template.git
cd next-template

# Install dependencies
pnpm install

# Run the development server
pnpm dev

Open http://localhost:3000 with your browser to see the result.

🚀 Deploy on Vercel

Deploy with Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

🤝 Contributing

Contributions of all types are more than welcome, if you're interested in contributing code, feel free to check out our GitHub Issues to get stuck in to show us what you’re made of.


📦 ARCHITECTURE

Please read ARCHITECTURE.md Check out the architecture for this project.

📝 License

Copyright © 2024 Draco-china.
This project is MIT licensed.

About

Only supports ssg, if you need ssr please see next-ssr-template. 仅支持 ssg, 如果需要 ssr 请查看 nextjs-ssr-template

https://next-template-gules.vercel.app/

License:MIT License


Languages

Language:TypeScript 88.1%Language:CSS 7.7%Language:JavaScript 4.2%