Liking cljdoc? Tell your friends :D

closp

Usage

Backend

  1. Run clj -A:new closp de/sveritest/closptest in a console.
  2. Open your postgresql instance and add a new user: {{name}} with password: {{name}} and create a database {{name}}.
  3. Add a users table to the new database. The script can be found in migrators/postgres/1-user.up.sql'.
  4. CD to the newly generated folder {{name}}.
  5. Run clj and inside (start) to start the development server.

Frontend

  1. Run npm install in a separate console to install the dependencies.
  2. Run shadow-cljs watch example to start the cljs compiler.
  3. Navigate to http://localhost:3000/reagent-example.

Supported by

The development of closp is supported by Jetbrains and their awesome IDE

Jetbrains Logo

License

Copyright © 2020 Sven Richter

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

Can you improve this documentation? These fine people already did:
sveri & Jonathan Chen
Edit on GitHub

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

× close