Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 304 Bytes

File metadata and controls

11 lines (6 loc) · 304 Bytes

shadow-cljs

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