lein clean
lein fig:dev
Our pal Figwheel Main or Figgy Smalls as I like to call it will spin your application right up for you with auto-refresh capabilties n' all!
Wait a bit, then browse to http://localhost:9500.
You can view your devcards at http://localhost:9500/devcards.html.
Want to test your cljs? Visit http://localhost:9500/figwheel-extra-main/auto-testing and see your test turn from red to green!
lein clean
lein prod
That should compile the ClojureScript code first, and then create the standalone jar which you can then run with java -jar target/my-datascript-example.jar
Good luck, and have fun, you rascal Clojurians! 🍻