Skip to content

fbecart/flux-challenge-reagent

Repository files navigation

Reagent-based Flux Challenge implementation

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.

Flux Challenge server

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:

Setup

git clone git@github.com:staltz/flux-challenge.git
cd flux-challenge/server
npm install

Run

npm start

Project Setup

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 the UI

Development environment

Production environment

About

Reagent-based Flux Challenge implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published