# next-project-mini-github **Repository Path**: ocean_hl/next-project-mini-github ## Basic Information - **Project Name**: next-project-mini-github - **Description**: 使用Nextjs + React + Koa2完成的一个仿github的小demo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-28 - **Last Updated**: 2021-06-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mini-github 网站 使用 `Nextjs` + `React` +`Koa2` + `Redis` 为主要技术栈,仿照 `github` 官网完成一个 `mini-github` 网站。 ## 启动项目 ```js # 安装所有依赖 yarn # 启动项目 yarn dev # 打包项目 yarn build # 导出静态页面 yarn export # 项目体积分析 yarn analyze:browser ```