Skip to content

k-dylan/easyclub

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