A simple front-end page-router using reitit.
- Reitit is a fast router
- it supports schema-coercion
:cljs-routes-reitit demo.page/routes
- Extensions can define additional routes, example:
:cljs-routes-reitit demo.page/routes
- all additional routes are discovered via a cljs-service, and the router is started with all discovered routes.
in demo directory:
clj -X:webly:npm-install
One of the following 3:
clj -X:webly:page:compile
clj -X:webly:page:run
clj -X:webly:auth:compile
clj -X:webly:auth:run
clj -X:webly:simple:compile
clj -X:webly:simple:run