https://github.com/solar05/sound-quiz
Web app, where you solve sound quizes (game ost and responses).
https://github.com/solar05/sound-quiz
cljs-repl clojurescript reagent shadow-cljs
Last synced: about 1 month ago
JSON representation
Web app, where you solve sound quizes (game ost and responses).
- Host: GitHub
- URL: https://github.com/solar05/sound-quiz
- Owner: solar05
- Created: 2021-02-15T00:35:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-25T20:32:52.000Z (over 4 years ago)
- Last Synced: 2025-01-14T12:50:11.601Z (over 1 year ago)
- Topics: cljs-repl, clojurescript, reagent, shadow-cljs
- Language: Clojure
- Homepage: https://sound-quiz.herokuapp.com/
- Size: 9.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Description
Web app, where you solve sound quizes (game ost and responses).
## Link
[Sound Quiz](https://sound-quiz.herokuapp.com/)
### Instruments
Powered by shadow-cljs (build-tool and compiler) and ClojureScript!
#### Commands
- `make run` - runs app in dev mode with live reloading (open localhost:3000).
- `make build` - builds app for prod.
- `make test` - runs test.
- `make clear` - clear node_modules and some additional files.
Also, project supports docker commands.
- `make docker-run` - runs app inside docker.