文件名称:博客:一个基于react + redux + react-router + node + express + mongoDB的博客系统,支持服务端渲染
文件大小:838KB
文件格式:ZIP
更新时间:2024-02-23 16:56:51
react redux express node mongodb
博客 博客在线预览地址: : 前端:react + redux + react-router 初步:node + express + mongoDB提供的API 前一级完全分离 开始 修改mondoDb.sh路径为自己本机上的mongo路径 运行 git clone https://github.com/hechuanhua/blog.git npm install npm install webpack babel babel-cli pm2 -g cd blog 启动mongo: ./mongoDb.sh 开发环境 前端启动:npm run dev => localhost:7070 后端启动:npm run api 生产环境 npm run dist(npm run dist_linux) => localhost:8080 2017-05-17 修复因为hashhistory路由 变为 browserHistory路由导致的各种BUG 2017-04-20 发布文章支持markDown写法 2017-03-30 支持服务端渲染 2017-01-11 增加文章分类,兼容ie
【文件预览】:
blog-master
----.gitignore(70B)
----README.md(922B)
----server_bak.js(21KB)
----api()
--------app.js(2KB)
--------api.js(19KB)
----app.js(2KB)
----package.json(3KB)
----src()
--------less()
--------server.js(4KB)
--------index_bak.js(4KB)
--------client()
--------form()
--------common()
--------index.ejs(733B)
--------index.html(588B)
----.babelrc(150B)
----config()
--------index.js(993B)
----webpack.server.config.js(6KB)
----webpack.dev.config.js(3KB)
----mongoDb.sh(86B)