基于 react 及 antd (Ant Design of React) 实现的一个用来展示足球比赛数据的页面。学习 react 及 antd 的练手小项目
- clone 源码到本地
git clone https://github.com/xiegangd/ant-design-worldcup.git
- 进入项目目录
cd ant-design-worldcup
- 安装依赖
yarn
# OR
npm install
- 启动本地服务
yarn start
# OR
npm start
http://localhost:3000