Skip to content

Latest commit

 

History

History
87 lines (59 loc) · 1.19 KB

README.md

File metadata and controls

87 lines (59 loc) · 1.19 KB

Bamse

Universal Re-frame setup running on Node.js

I added a re-frame frontend and passed the state from the server to the frontend. Work in progress :-)

Used libraries and features

Demo

https://bamse.ln2.nl

Development mode

npm ci
npm run dev

Leiningen

lein client
lein server

Shadow-cljs

npm run dev

when compilation is done:

npm run watch

App

SPA: http://localhost:4200 SSR: http://localhost:3000

Production mode

Probably broken....

building

npm ci
npm run release

running

cd resources
npm ci --only-production
PORT=4000 node server/server.js

http://localhost:4000

License

The license is MIT