Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 877 Bytes

README.md

File metadata and controls

39 lines (31 loc) · 877 Bytes

使用 React + Ant Design UI 组件展示足球比赛数据

基于 react 及 antd (Ant Design of React) 实现的一个用来展示足球比赛数据的页面。学习 react 及 antd 的练手小项目

截图

ant-design-worldcup

如何使用

  1. clone 源码到本地
git clone https://github.com/xiegangd/ant-design-worldcup.git
  1. 进入项目目录
cd ant-design-worldcup
  1. 安装依赖
yarn
# OR
npm install
  1. 启动本地服务
yarn start
# OR
npm start
  1. 本地访问测试
http://localhost:3000

视频

ant-design-worldcup 实现过程全记录