A web service/app to control my 15x2 splitflap display.
The web
directory contains the Vue front end.
Build the frontend
cd web
npm install
npm run build
cd ..
Build the backend
npm install
npm run build
Start app
npm start
Backend
npm run dev
Frontend
cd web
npm run dev