# mmf-blog-react-v2 **Repository Path**: reactdemoljj/mmf-blog-react-v2 ## Basic Information - **Project Name**: mmf-blog-react-v2 - **Description**: mmf-blog react v2版 (react,react-router,redux,immutable) - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-08-28 - **Last Updated**: 2024-11-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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