Example usage of GNU Make with shadow-cljs, clojure cli and deps.edn
Run make with some target.
| Target | Description |
|---|---|
| server/uberjar | Build uberjar and save it to target/ |
| server/test | Run all project tests |
| server/nrepl | Run nrepl with cider middlewares and spyscope |
| ui/watch | Run shadow-cljs watch |
| clean | Clean up all build artifacts |
shell.nix contains all necessary packages.
Some other nifty things can appear in this repo later:
- [ ] cljs build example
- [ ] shadow-cljs example
- [ ] clojars deployment