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

https://github.com/binaryage/cljs-zones-sample

An example integration of cljs-zones
https://github.com/binaryage/cljs-zones-sample

Last synced: 2 months ago
JSON representation

An example integration of cljs-zones

Awesome Lists containing this project

README

          

# cljs-zones-sample

[![GitHub license](https://img.shields.io/github/license/binaryage/cljs-zones-sample.svg)](license.txt)

This project is an example of integration of [**cljs-zones**](https://github.com/binaryage/cljs-zones) into a
Leiningen-based ClojureScript project.

## Local setup

git clone https://github.com/binaryage/cljs-zones-sample.git
cd cljs-zones-sample

Build the project and start local demo server:

lein demo

* A demo page should be available at [http://localhost:7000](http://localhost:7000).