https://github.com/ihtml5/react-template
基于react和redux的高扩展性项目架构
https://github.com/ihtml5/react-template
es6 javascript nodejs react react-router redux redux-thunk server template
Last synced: 2 months ago
JSON representation
基于react和redux的高扩展性项目架构
- Host: GitHub
- URL: https://github.com/ihtml5/react-template
- Owner: ihtml5
- License: mit
- Created: 2017-06-23T06:12:30.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-11T09:27:53.000Z (almost 9 years ago)
- Last Synced: 2025-01-18T20:37:22.373Z (over 1 year ago)
- Topics: es6, javascript, nodejs, react, react-router, redux, redux-thunk, server, template
- Language: JavaScript
- Homepage: http://ihtml5.github.io/react-template
- Size: 841 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-template
基于react和redux的高扩展性项目架构

## 包含的主要功能
1. 集成react生态最常用的库包括react, redux, react-router, react-thunk 等【已完成】
2. 使用redux devtool,react devtool, pref等,提升开发体验【已完成】
3. 服务端渲染【尚未开始】
4. 使用css modules来模块化css【尚未开始】
## 使用方法
1. git clone http://www.github.com/ihtml5/react-template.git
2. cd react-template
3. yarn install/ npm install
4. yarn start/ npm start
4. cd client
5. yarn install/ npm install
6. yarn start/npm start
## 参考模式
1. [ducks-modular-redux](https://github.com/erikras/ducks-modular-redux)
2. [React+Redux 入门示例项目](https://github.com/meibin08/react-redux)
3. [深入浅出react和redux 程墨](https://zhuanlan.zhihu.com/p/26648239)