foosbyte / kicker-trainer

A PWA for tracking your foosball training.
https://trainer.nerdlabs.it/
4 stars 3 forks source link
foosball stats training

Foosbyte Kicker Trainer

Build Status

This is a PWA (progressive web app) for tracking your foosball training progress.

Visit it on trainer.nerdlabs.it. Please be aware that this is still a work in progress

Developing

This application is built with Hops and uses React.js, TypeScript, styled-components and mobx.

Installation

Clone this repository and run:

yarn install

Useful commands

yarn start

Will start the application in development mode which includes HMR (hot module replacement) on the server- and on the client-side. The app will start an express.js server on port 8080.

yarn build

Will do a single build and write the output into the ./app/dist folder. To do a production build call yarn build -p. There are some other potentially interesting options: