Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 259 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 259 Bytes

cljs-crashcourse-2021

Requirements

  • leiningen
  • npm

API

cd api-server
lein repl
(serve)

access http://localhost:3000 with browser

Frontend SPA

lein run -m shadow.cljs.devtools.cli watch app

access http://localhost:8000