Liking cljdoc? Tell your friends :D

Developing Phrag

Environment

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

Testing

dev=> (test)

Coverage

lein cloverage -n 'phrag.*'

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close