Welcome! Please see the About page for a little more info on how this works.

+1 vote
in IO by

hi there:

I want to look for full stack example or even tutorial for Clojure. It must be pure Clojure, namely Clojure rest API vs ClojureScript. I can only find one tutorial on youtube (by looking for "full stack clojure contact book"). However, I have problem reproduce his tutorial. Is there any other helpful resource? Thanks a lot for your suggestion.

2 Answers

+1 vote
by
selected by
 
Best answer

Some of these projects are full-stack, all made with a popular front-end state management library: https://day8.github.io/re-frame/External-Resources/#examples-and-applications-using-re-frame

A bit more unconventional approach:
- (all-included) https://github.com/fulcrologic/fulcro-rad-demo
- (lightweight) https://github.com/fulcrologic/fulcro-template

0 votes
by
...