🌳 built in elm using elm-spa to handle routing and elm-graphql for communication with the backend.
This project requires the latest LTS version of Node.js
npm install -g elm elm-spaWhen ws-backend's graphql schema evolve you need to run npm run regen-graphql, then run elm-spa server and follow compiler errors to fix the changes.
elm-spa server # starts this app at http:/localhost:1234elm-spa add # add a new page to the application
elm-spa build # production build
elm-spa watch # runs build as you code (without the server)You can learn more at elm-spa.dev