https://github.com/victorb/cljs-peer-star-app
https://github.com/victorb/cljs-peer-star-app
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/victorb/cljs-peer-star-app
- Owner: victorb
- Created: 2018-12-06T21:58:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-06T22:00:53.000Z (over 7 years ago)
- Last Synced: 2025-02-22T04:14:40.991Z (over 1 year ago)
- Language: Clojure
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Currently kind of works. But missing two
important pieces:
- `.nrepl-port` file for connecting with vim-fireplace
- Rebuild source when changes
First can be solved with something like https://nrepl.xyz/nrepl/usage/server.html#_using_clojure_cli_tools
but it's missing firing up the server + a browser repl, so doesn't really work.
Currently what works:
- Building
- Serving the output
Achieved with the following commands:
```
yarn
yarn webpack
clj -m cljs.main -co build.edn -v -c
clj -m cljs.main -s
```