- Run
clj -A:new -M:new https://github.com/sveri/closp@d0aca65b2263cd6b2107d4b3c4dae2f12f7fb565 de/sveritest/closptest
in a console. - Open your postgresql instance and add a new user: {{name}} with password: {{name}} and create a database {{name}}.
- Add a users table to the new database. The script can be found in migrators/postgres/1-user.up.sql'.
- CD to the newly generated folder {{name}}.
- Run
clj
and from the repl(start)
to start the development server.
- Run
npm install
in a separate console to install the dependencies. - Run
shadow-cljs watch main
to start the cljs compiler. - Navigate to http://localhost:3000/reagent-example.
The development of closp is supported by Jetbrains and their awesome IDE
Copyright © 2020 Sven Richter
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.