The proj is constructing...
# install fe pkg
$ yarn
# build
$ yarn build
# install server pkg
$ cd server
$ yarn
$ cd ../
# run server
$ yarn serve
You can now view douban-movie-web in the browser.
Local: http://localhost:9876/
- banner
- 历史记录
- 检索建议
- 正在热映
- 新片榜
- 北美票房榜
- 一周口碑榜
- Top250
- footer
- 电影评分、基本信息
- 剧照
- 预告片(点击打开播放虚拟页)
- 评论
- 热评
- 搜索信息列表
- 搜索信息列表
- 评分排行图表
- 地域分布图表
- 电影标签分布图表
- React(react-hooks)
- React-router
- Typescript
- ant-design
- react-lazy-load
- axios
- lodash
- Koa