Fork me on GitHub
#shadow-cljs
<
2019-01-08
>
Victor Gil04:01:26

hi guys, I built this toy sudoku app as an excuse for playing around with shadow-cljs, reagent, re-frame and re-frame-10x. code still needs a bit of cleanup but i've never been so excited about sudoku in my life :rolling_on_the_floor_laughing: demo is available here: http://baskeboler.github.io/cljs-sudoku (any comments are more than welcome)

👏 15
Whiskas20:01:01

how to i configure shadow-cljs server to proxy a http request to another server? ( i would like to send the requests made to /api/* into another server )