Run karma tests
$ npx shadow-cljs compile test
$ ./node_modules/karma/bin/karma start --single-run
Release build:
$ npx shadow-cljs release release
Watch build
$ npx shadow-cljs watch app
Run karma tests
$ npx shadow-cljs compile test
$ ./node_modules/karma/bin/karma start --single-run
Release build:
$ npx shadow-cljs release release
Watch build
$ npx shadow-cljs watch app