To begin developing, start with a REPL.
lein repl
Then load the development environment with reitit example.
user=> (dev-reitit)
:loaded
Run go
to prep and initiate the system.
dev=> (go)
:initiated
By default this creates a web server at http://localhost:3000.
When you make changes to your source files, use reset
to reload any modified files and reset the server.
dev=> (reset)
:reloading (...)
:resumed
dev=> (test)
Coverage
lein cloverage -n 'phrag.*'
Can you improve this documentation?Edit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |