npm install
npx shadow-cljs
- on shadow clj repl do:
(shadow/watch :workspaces)
;; and when finished the building
;; if you want some repl,
(shadow/repl :workspaces)
- The entrypoint of the web application is on entrypoint
- Added a npm run tests that does this:
shadow-cljs compile ci && npx karma start --single-run
- Run ./build and run jar with java:
./build && java -jar sguis.jar
- Run build on cljs and start application on clojure:
clj -X:build-cljs && clj -M -m core