https://github.com/robinradic/checkers
Checkers game written in Typescript using React.
https://github.com/robinradic/checkers
Last synced: 2 months ago
JSON representation
Checkers game written in Typescript using React.
- Host: GitHub
- URL: https://github.com/robinradic/checkers
- Owner: RobinRadic
- Created: 2018-04-25T13:58:49.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-01T09:35:42.000Z (about 8 years ago)
- Last Synced: 2025-03-05T21:37:31.683Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 27 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Checkers
(Dutch: *dammen*)
Checkers game written in Typescript using React.
Tech:
- **Lang:** Typescript 2.7
- **Lib:** React 16
- **Lib:** Antd 3
- **Lib:** Inversify 4
- **Lib:** MobX 4
- **Lib:** Router5
- **Lib:** Typestyle 1.7
- **Build:** Gulp 4
- **Build:** Webpack 4
## Builds
| `npm run`/`yarn` command | Type | Description |
|--------------------------:|---------------------------------|-------------------------------------------------|
| `serve:dev` | Development Server | Starts `webpack-dev-server` with HMR etc |
| `build:dev` | Development | Development build into `dev` direcotry |
| `serve:pre` | Pre Production Server | Express server with near-identical production output but adds some inspection tools to review (for example) output sizes and bundle inspection |
| `serve:prod` | Production Server | Express server with production optimized output |
| `build:prod` | Production | Production optimized final output |