electric-starter-app icon indicating copy to clipboard operation
electric-starter-app copied to clipboard

A minimal Electric Clojure App

Results 7 electric-starter-app issues
Sort by recently updated
recently updated
newest added

Hi, can you please review change to rename cljfmt configuration file, it fixes #20. The config file includes non-edn clj code, and thus have to be renamed to the `.clj`...

Hi, the current `.cljfmt.edn` configuration causes [clfmt](https://github.com/weavejester/cljfmt) tool to fail `Exception in thread "main" java.lang.RuntimeException: No dispatch macro for: "` This has a knock on effect on clojure-lsp which fails...

Add trivial css and configure shadow-cljs so it hot reloads

Missing line of shadow config enabling css watch: https://github.com/hyperfiddle/electric-fiddle/blob/main/shadow-cljs.edn#L6

currently the app runs on "http://localhost:8080". Often I want to relocate apps to run on "http://localhost:8080/my-app". I tried to do this, but was not able to do so., too many...