about summary refs log blame commit diff stats
path: root/clj/README.md
blob: 935af7b2d58636540d01d9f7f7b2fb101039e9d6 (plain) (tree)
1
2

               





















                                                                                             
# Big heavy way

install [`clj-new`](https://github.com/seancorfield/clj-new), 

```bash
$ clojure -Ttools install com.github.seancorfield/clj-new '{:git/tag "v1.2.399"}' :as clj-new
```

start new projects using `clj-new`

```bash
$ clojure -Tclj-new app :name myname/myapp
$ cd myapp
```

start nrepl, 

```bash
$ bb --nrepl-server 1667
```

open vscode and then go nuts!

[info on calva in vs code](https://calva.io/)