An open API service indexing awesome lists of open source software.

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

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.