A standalone exmaple sorted out from: https://github.com/Respo/respo-examples
By reading this demo you can learn how to use Respo.
For docs, please read http://respo-mvc.org/
This project is built on top of shadow-cljs.
This example depends on Java, Node.js and Yarn.
Run in development:
yarn
yarn html
yarn watch # web server on localhost:7000
Compile project:
yarn compile
You should see a page like this http://repo.respo-mvc.org/minimal-respo/ .
MIT