Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 766 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 766 Bytes

This is a Next.js project bootstrapped with create-next-app.

English | 简体中文

Intro

This project has two versions.

nextjs(App Router) + KOA + redis branch: koa

This is the origin version I followed with the resources in the past.

nextjs(App Router) branch: master

This is the way we used currently. I hope this can be better.

deploy site: https://next-github-pied.vercel.app/

KOA

koa use as the server to connect with redis, it can store

Getting Started

First, run the development server:

pnpm dev:node // use KOA in the koa branch
pnpm dev // default in the master![img.png](img.png) branch