I added a re-frame frontend and passed the state from the server to the frontend. Work in progress :-)
npm ci
npm run dev
lein client
lein server
npm run dev
when compilation is done:
npm run watch
SPA: http://localhost:4200 SSR: http://localhost:3000
Probably broken....
npm ci
npm run release
cd resources
npm ci --only-production
PORT=4000 node server/server.js
The license is MIT