Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 8 hours 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 (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-29T14:05:25.000Z (7 months ago)
- Last Synced: 2024-04-30T13:59:01.613Z (7 months 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
[![Netlify Status](https://api.netlify.com/api/v1/badges/6e2befef-bc7d-4f74-8e81-c1dc9aa73174/deploy-status)](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
```