基于 koa2 + mongodb 的轻量级论坛系统
- 安装
mongodb
,Redis
和node
(>=v7.6.0) - clone 该仓库到本地
- 复制
config.default.js
为config.js
中的配置选项 - 运行
npm install
安装依赖包 - 运行
npm run build
编译压缩前端文件 - 运行
npm run test
跑测试 - 执行
npm start
使用nodemon
启动,执行npm pm2
使用pm2
启动
MIT © kdylan
基于 koa2 + mongodb 的轻量级论坛系统
mongodb
,Redis
和node
(>=v7.6.0)config.default.js
为 config.js
中的配置选项npm install
安装依赖包npm run build
编译压缩前端文件npm run test
跑测试npm start
使用 nodemon
启动,执行 npm pm2
使用 pm2
启动MIT © kdylan