https://github.com/chohner/doppelkopf-score-tracker
SPA for tracking Doppelkopf scores
https://github.com/chohner/doppelkopf-score-tracker
Last synced: over 1 year ago
JSON representation
SPA for tracking Doppelkopf scores
- Host: GitHub
- URL: https://github.com/chohner/doppelkopf-score-tracker
- Owner: chohner
- Created: 2018-12-29T20:52:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-05T23:11:13.000Z (over 1 year ago)
- Last Synced: 2025-02-11T10:58:45.737Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://chohner.github.io/doppelkopf-score-tracker/
- Size: 9.28 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Doppelkopf Score Tracker
Single Page Application (SPA) to track Doppelkopf scores throughout the night. Simply enter the game score and select the winner(s).
This is mainly a small learning project to pick up react, bootstrapped using [Create React App](https://github.com/facebook/create-react-app).
## Available Scripts
### `npm start`
Runs app in dev mode (Hotreload, linting warnings in console), served at [http://localhost:3000](http://localhost:3000).
### `npm test`
Launch test runner in interactive watch mode.
See [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
### `npm run build`
Build minified production app to `build/`.
### `npm run deploy`
Deploys production build to gh-pages branch
### `npm run lint`
Run eslint across `src/` folder.