File tree Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 1
1
# A Datastar + http-kit starter
2
2
3
- For development,
3
+ ## Running the example
4
4
5
- 1 . Start a REPL
6
- 2 . Run the ` start! ` function in ` hello_httpkit.clj ` .
5
+ - repl:
6
+
7
+ ```
8
+ clojure -M:repl -m nrepl.cmdline --middleware "[cider.nrepl/cider-middleware]"
9
+ ```
10
+
11
+ - main:
12
+
13
+ ```
14
+ clojure -M -m hello-httpkit
15
+ ```
Original file line number Diff line number Diff line change 4
4
dev.data-star.clojure/sdk {:local/root " ../../sdk" }
5
5
dev.onionpancakes/chassis {:mvn/version " 1.0.365" }
6
6
http-kit/http-kit {:mvn/version " 2.8.1" }
7
- metosin/reitit {:mvn/version " 0.7.2" }}}
7
+ metosin/reitit {:mvn/version " 0.7.2" }}
8
+ :aliases
9
+ {:repl {:extra-deps {org.clojure/clojure {:mvn/version " 1.12.0" }
10
+ nrepl/nrepl {:mvn/version " 1.3.0" }
11
+ cider/cider-nrepl {:mvn/version " 0.50.2" }}}}}
You can’t perform that action at this time.
0 commit comments