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

https://github.com/sloppycoder/cljs-cams

Clojurescript version of CAMS prototype
https://github.com/sloppycoder/cljs-cams

Last synced: 11 months ago
JSON representation

Clojurescript version of CAMS prototype

Awesome Lists containing this project

README

          

## cljs-cams

Clojurescript version of CAMS prototype

### generate the project

``` shell
# install latest template
git clone git@github.com:seantempesta/expo-cljs-template.git
cd expo-cljs-template
lein install

# generate this project
lein new expo cljs-cams +reagent

```

### Usage

#### Install npm modules

``` shell

yarn install
lein figwheel

# in another shell window
exp start -i # for iOS
exp start -an # for android


```