First run: lein new closp -n yourprojectname -n name.space
to create a new project yourprojectname
with
the namespace name.space
.
Then open a repl and after startup enter: (start-dev-system)
to startup the server.
The clojurescript is compiled by running lein figwheel
in the projects command line.
Open the application under: http://localhost:3000
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 |