Skip to content

Latest commit

 

History

History
executable file
·
45 lines (35 loc) · 742 Bytes

README.md

File metadata and controls

executable file
·
45 lines (35 loc) · 742 Bytes

技术栈

  1. React
  2. Redux
  3. React-Router
  4. Webpack
  5. Ant Desgin
  6. Express
  7. Eslint
  8. MongoDB mongoose nodemon
  9. braft-editor
  10. react-loadable
  11. axios
  12. babel
  13. loader

功能

  1. 个人博客
  2. 文章撰写
  3. 文章发布
  4. 文章编辑
  5. 文章删除
  6. 文章分类
  7. 文章后台管理系统

开发环境相关依赖:

  1. mongodb-macos-x86_64-4.4.3.tgz
  2. mongodb-compass-1.24.6-darwin-x64.dmg
  3. node v10.8.0

如何访问

  1. 安装 本地 mongodb 服务器相关环境 本地 mac mongodb安装教程 https://juejin.cn/post/6916405412879138829/ 本地 windows 教程待更新

  2. yarn install

  3. 启动服务 & 项目

  • yarn server(服务器端口: 9093)
  • yarn start
  1. visit localhost:3000;