项目主要使用了 react + react-router + axios + react-slick,API 来自 @izzyleung。这个项目是使用 react 写的第一个项目,边看文档边写。redux 还在学习中,以后考虑在项目中加上 redux 。 之前使用 vue 写过一个知乎日报,vue 版项目地址: https://github.com/yangrenmu/zhihuDaily。
https://github.com/yangrenmu/react-zhihu
- 在线演示
- 移动端演示,扫描下面二维码即可。
- react
- react-router
- axios
- react-slick
# clone repository
git clone git@github.com:yangrenmu/react-zhihu.git
# install dependencies
npm install
# serve with hot reload at localhost:3000
npm start