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

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

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

Last synced: 2 months ago
JSON representation

An example integration of cljs-oops

Awesome Lists containing this project

README

          

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

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

## Local setup

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

Build the project and start local demo server:

lein demo

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