The base server to handle connections from the client and to then efficiently pass the current state on to the display. This is packaged in docker for maximum portability.
docker build -t abomination .
docker run -p 8080:8080 -it abomination
ping google.com
redis-server &
cd app
npm run dev
Production build: npm build
Run in dev mode: npm run dev
Linting: npm run lint