Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/k-dylan/easyclub
基于koa2的论坛系统
https://github.com/k-dylan/easyclub
koa
Last synced: 29 days ago
JSON representation
基于koa2的论坛系统
- Host: GitHub
- URL: https://github.com/k-dylan/easyclub
- Owner: k-dylan
- License: mit
- Created: 2016-06-09T12:58:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-23T09:57:36.000Z (about 6 years ago)
- Last Synced: 2024-11-07T06:25:26.634Z (about 1 month ago)
- Topics: koa
- Language: JavaScript
- Homepage:
- Size: 668 KB
- Stars: 341
- Watchers: 14
- Forks: 68
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-star - easyclub - dylan | 339 | (JavaScript)
README
EasyClub
-----
基于 koa2 + mongodb 的轻量级论坛系统INSTALL
----
1. 安装`mongodb`,`Redis`和`node`(>=v7.6.0)
2. clone 该仓库到本地
3. 复制 `config.default.js` 为 `config.js` 中的配置选项
4. 运行 `npm install` 安装依赖包
5. 运行 `npm run build` 编译压缩前端文件
6. 运行 `npm run test` 跑测试
7. 执行`npm start` 使用 `nodemon` 启动,执行 `npm pm2` 使用 `pm2` 启动LICENSE
-----
MIT © [kdylan](https://github.com/k-dylan)