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