https://github.com/ddzy/react-count-game
基于react, typescript的计数小游戏
https://github.com/ddzy/react-count-game
Last synced: about 1 year ago
JSON representation
基于react, typescript的计数小游戏
- Host: GitHub
- URL: https://github.com/ddzy/react-count-game
- Owner: ddzy
- License: mit
- Created: 2018-08-01T11:52:49.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T06:18:10.000Z (over 3 years ago)
- Last Synced: 2025-03-18T02:03:20.221Z (about 1 year ago)
- Language: TypeScript
- Size: 3.55 MB
- Stars: 52
- Watchers: 0
- Forks: 6
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-calculator-count-app
## 项目介绍
+ 测试鼠标速度的小游戏
+ 基于```react```, ```dva```, ```typescript```, ```antd```
+ 学习 ts 之后的练手小游戏
### 安装依赖
```
npm install
```
### 启动项目
```
npm start
浏览器地址栏接上 /example 即可玩耍
```
### 注意
```
非常简单的小游戏, 但是包含了 ts 在 react 中的应用,
tslint.json 可以按需配置
```
### Enjoy