All Projects → tonsky → cljs-skeleton

tonsky / cljs-skeleton

Licence: other
Skeleton CLJS client/server app with WS, Transit, Rum

Programming Languages

clojure
4091 projects
HTML
75241 projects
CSS
56736 projects

Skeleton CLJS app

Has:

  • http-kit server
  • compojure router
  • clojurescript app
  • rum
  • websocket endpoint
  • transit serialization
  • figwheel development server

Copy and modify for your needs.

Dev setup

lein figwheel &
open http://localhost:8080/

This will watch, recompile and auto-reload CLJS app and CSS files.

Prod setup

lein package
java -jar target/skeleton.jar &
open http://localhost:8080/

Here lein package is just an alias for lein do cljsbuild once advanced, uberjar.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].