# 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/)