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

https://github.com/krisleech/blackjack

ClojureScript Game
https://github.com/krisleech/blackjack

Last synced: 12 months ago
JSON representation

ClojureScript Game

Awesome Lists containing this project

README

          

# Blackjack

Experiments with [ClojureScript](http://clojure.org/clojurescript) + [Reagent](http://reagent-project.github.io/) ([ReactJS](http://facebook.github.io/react/)).

Deployed to [DivShot](http://development.blackjack.divshot.io).

## Development

```
lein figwheel
open localhost:3449
```

## Deployment

```
divshot push
```