An open API service indexing awesome lists of open source software.

https://github.com/carlosvega20/reagent-server-rendering

Rendering Reagent (clojureScript + ReactJS) from the clojure server
https://github.com/carlosvega20/reagent-server-rendering

Last synced: 3 months ago
JSON representation

Rendering Reagent (clojureScript + ReactJS) from the clojure server

Awesome Lists containing this project

README

        

# reagent-server-rendering
Rendering Reagent (clojureScript + ReactJS) from the server

## Prerequisites

* Java >= 7
* Leinginen

## How to run it?

Run the server:
lein ring server-headless

Loaded using:

Localhost:3000

## how to compile the JS files?

lein cljsbuild auto dev