First, install the dependencies with npm:
yarn install
Then, you can start the frontend service with:
clj -M:watch
You find the application at http://localhost:8700. Open re-frame 10x with Ctrl+h
.
Start the backend API with this alias:
clj -M:run-server
Find the backend server at: http://localhost:3000/ping
There are some more aliases, which can typically be used at hobby projects.