This is a full-featured implementation of the Flux Challenge. Please have a look at the challenge README file for a complete listing of the requirements.
This particular solution is based on ClojureScript and Reagent.
In order to see the UI work on your machine, you will want to run your own version of the Flux Challenge server. Its setup is described in the README file, but here is a short version:
git clone git@github.com:staltz/flux-challenge.git
cd flux-challenge/server
npm install
npm start
To build this project, you first need to install Boot. Installation instructions can be found here.
You'll also need to download the project sources:
git clone git@github.com:fbecart/flux-challenge-reagent.git
cd flux-challenge-reagent
- Run
boot dev - Open http://localhost:3449
- Run
boot production - Open target/index.html