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
- Host: GitHub
- URL: https://github.com/binaryage/cljs-zones-sample
- Owner: binaryage
- License: other
- Created: 2016-08-10T18:28:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-10T22:01:28.000Z (over 9 years ago)
- Last Synced: 2024-12-28T13:18:50.415Z (about 1 year ago)
- Language: Clojure
- Homepage: https://github.com/binaryage/cljs-zones
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# cljs-zones-sample
[](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).