Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gklijs/pokequiz
Small game in development, using the https://github.com/PokeAPI/pokeapi for data
https://github.com/gklijs/pokequiz
Last synced: 7 days ago
JSON representation
Small game in development, using the https://github.com/PokeAPI/pokeapi for data
- Host: GitHub
- URL: https://github.com/gklijs/pokequiz
- Owner: gklijs
- Created: 2017-12-17T19:26:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-17T22:18:16.000Z (almost 6 years ago)
- Last Synced: 2024-11-19T13:34:11.629Z (about 2 months ago)
- Language: CSS
- Size: 64.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pokequiz
A [re-frame](https://github.com/Day8/re-frame) application designed to ... well, that part is up to you.
## Development Mode
### Run application:
```
lein clean
lein figwheel dev
```Figwheel will automatically push cljs changes to the browser.
Wait a bit, then browse to [http://localhost:3449](http://localhost:3449).
## Production Build
To compile clojurescript to javascript:
```
lein clean
lein cljsbuild once min
```