Skip to content

tonsky/cljs-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Skeleton CLJS client/server app with WS, Transit, Rum

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors