Skip to content

gssggssg/projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

GSSG

为个人网站项目,网站名称为 GSSG

分为前端后端
文件目录

  1. 前端 frontEnd-antdPro
  2. 后端 backEnd

前端

框架主要用到 React TypeScript antdPro

快速开始

# 安装依赖包
npm install

# 启动项目
npm run start

打包

npm run build

后端

框架主要用到 Node.js express

使用 ORM 工具Sequelize

快速开始

# 安装依赖包
npm install

# 启动项目
npm run dev