https://juejin.im/post/5cdca7595188257cf051a06a
前端: https://github.com/czero1995/fancy-store
服务端: https://github.com/czero1995/fancy-store-server.git
后台管理 CMS: https://github.com/czero1995/fancy-store-admin.git
不同系统平台(Linux,Mac,Window)安装启动MongoDB和Reids的命令都不相同,请根据自己的环境安装和启动服务。
- MongoDB、Redis 和七牛云存储的配置文件统一放在config文件夹
- 安装 MongoDB 并启动服务
- 安装 Redis 并启动服务
git clone https://github.com/czero1995/fancy-store-server.git
npm install
npm run tsc:w // 编译TypeScript
npm run start // 启动项目
npm run build // pm2守护进程开启项目(用于正式环境部署)