Skip to content
/ Bamse Public

Universal ClojureScript app setup with re-frame, server-side rendering, Node.js server.

License

Notifications You must be signed in to change notification settings

Popl7/Bamse

Repository files navigation

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

About

Universal ClojureScript app setup with re-frame, server-side rendering, Node.js server.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published