Skip to content

k-dylan/easyclub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

kdylankdylan
kdylan
and
kdylan
Sep 23, 2018
2680544 · Sep 23, 2018
Nov 5, 2017
Jul 14, 2017
Sep 22, 2018
Sep 22, 2018
Sep 22, 2018
Sep 22, 2018
Jul 14, 2017
Sep 22, 2018
Nov 5, 2017
Sep 9, 2017
Nov 21, 2016
Dec 22, 2017
Jul 14, 2017
Mar 19, 2017
Jun 10, 2016
Sep 23, 2018
Sep 23, 2018
Jun 9, 2016

Repository files navigation

EasyClub

基于 koa2 + mongodb 的轻量级论坛系统

INSTALL

  1. 安装mongodb,Redisnode(>=v7.6.0)
  2. clone 该仓库到本地
  3. 复制 config.default.jsconfig.js 中的配置选项
  4. 运行 npm install 安装依赖包
  5. 运行 npm run build 编译压缩前端文件
  6. 运行 npm run test 跑测试
  7. 执行npm start 使用 nodemon 启动,执行 npm pm2 使用 pm2 启动

LICENSE

MIT © kdylan