Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lincenying/mmf-blog-react-v2

mmf-blog react v2版 (react,react-router,redux,immutable)
https://github.com/lincenying/mmf-blog-react-v2

immutablejs mmf-blog react react-router redux webpack2

Last synced: 4 days ago
JSON representation

mmf-blog react v2版 (react,react-router,redux,immutable)

Awesome Lists containing this project

README

        

# mmf-blog react v2版

demo: [http://react.mmxiaowu.com](http://react.mmxiaowu.com)

#### 说明

本站采用 React, React-Router v4, Redux 搭建, 分成前台和后台

主要功能包括: 管理员, 用户, 分类, 文章, 评论, 文章点赞

主要技术栈: react, react-router v4, redux, immutable, webpack, babel, eslint

---

#### 其他版本

react spa版本: [https://github.com/lincenying/mmf-blog-react-v2](https://github.com/lincenying/mmf-blog-react-v2)

vue2 spa版本: [https://github.com/lincenying/mmf-blog-vue2](https://github.com/lincenying/mmf-blog-vue2)

vue2 ssr版本: [https://github.com/lincenying/mmf-blog-vue2-ssr](https://github.com/lincenying/mmf-blog-vue2-ssr)

---

先安装 api server:

koa2版: https://github.com/lincenying/mmf-blog-api-koa2-v2

express版: https://github.com/lincenying/mmf-blog-api-v2

```bash
# 1. 安装依赖 (不要用 cnpm 安装)
npm install or yarn

# 2.1 生成静态文件
npm run build

# 2.2 开发模式
npm run serve or npm run start

```

首页
http://localhost:8031

管理员登录
http://localhost:8031/backend

# LICENSE

MIT