https://github.com/imborge/vocalchat-frontend
https://github.com/imborge/vocalchat-frontend
clojure webrtc
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/imborge/vocalchat-frontend
- Owner: imborge
- Created: 2017-08-21T00:42:14.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-21T00:43:00.000Z (almost 9 years ago)
- Last Synced: 2023-07-26T23:14:07.544Z (almost 3 years ago)
- Topics: clojure, webrtc
- Language: Clojure
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lingotalk
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
```