Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 569 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 569 Bytes

1. 介绍

该项目是PlayScala社区的前端项目,开发模板基于Ant Design Pro V4

2. 开发环境配置

  • 将项目clone到本地
git clone https://github.com/playcommunity/play-community-board.git
  • 安装依赖
npm install
  • 启动项目
npm start
  • 构建项目
npm run build