https://github.com/bortexz/deps-shadow-skeleton
Skeleton for trying to setup deps.edn + shadow-cljs in Calva
https://github.com/bortexz/deps-shadow-skeleton
Last synced: 17 days ago
JSON representation
Skeleton for trying to setup deps.edn + shadow-cljs in Calva
- Host: GitHub
- URL: https://github.com/bortexz/deps-shadow-skeleton
- Owner: bortexz
- Created: 2022-07-08T09:02:10.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-09T09:10:57.000Z (almost 4 years ago)
- Last Synced: 2024-04-14T10:07:10.329Z (about 2 years ago)
- Language: Clojure
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Barebones repo that setups a deps.edn + shadow-cljs project with Calva.
Jack-in using `Connect clj + cljs`, and select, among any other aliases, `nrepl` alias.
Credits:
- https://github.com/lambdam/clojure-fullstack-ssr-template for a working setup from where I've cherry-picked some things