Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 825 Bytes

File metadata and controls

28 lines (15 loc) · 825 Bytes

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.

Available Scripts

npm start

Runs app in dev mode (Hotreload, linting warnings in console), served at http://localhost:3000.

npm test

Launch test runner in interactive watch mode.
See 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.