https://github.com/krisleech/blackjack
ClojureScript Game
https://github.com/krisleech/blackjack
Last synced: 12 months ago
JSON representation
ClojureScript Game
- Host: GitHub
- URL: https://github.com/krisleech/blackjack
- Owner: krisleech
- Created: 2015-04-09T18:29:32.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-30T19:21:10.000Z (about 11 years ago)
- Last Synced: 2025-06-15T09:15:10.199Z (about 1 year ago)
- Language: Clojure
- Size: 223 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```