https://github.com/chouffe/cljs-netflify-playgroud
Simple CLJS setup to deploy an SPA on Netlify
https://github.com/chouffe/cljs-netflify-playgroud
Last synced: 6 months ago
JSON representation
Simple CLJS setup to deploy an SPA on Netlify
- Host: GitHub
- URL: https://github.com/chouffe/cljs-netflify-playgroud
- Owner: Chouffe
- Created: 2024-04-29T12:51:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T14:05:25.000Z (about 2 years ago)
- Last Synced: 2025-03-14T03:22:19.708Z (over 1 year ago)
- Language: Clojure
- Homepage: https://cljs-netflify-playgroud.vercel.app
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Demo CLJS + Netlify
[](https://app.netlify.com/sites/marvelous-dango-5ba2b5/deploys)
## Dev Setup
One can connect to a nREPL session via `ConjureShadowSelect app`
The nREPL session is launched via:
```sh
npx shadow-cljs watch :app
```