To install js dependencies: npm install
Dev mode compilation with hot reload: npx shadow-cljs watch frontend
HTTP server will be available on http://localhost:8080
To stop the shadow-cljs server: npx shadow-cljs stop
To create a release build: npx shadow-cljs release frontend