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

https://github.com/ckampfe/ckcljs

Oh hey a cljs lein template
https://github.com/ckampfe/ckcljs

Last synced: about 1 year ago
JSON representation

Oh hey a cljs lein template

Awesome Lists containing this project

README

          

# ckcljs

# Usage

```
$ git clone $REPO
$ cd $REPO
$ lein install
$ cd ..
$ cd lein new ckcljs $APPNAME
$ cd $APPNAME

...in 3 separate windows...
$ lein cljsbuild auto
$ lein figwheel
$ lein ring server
```