Initial commit, basic web page with reagent component is working

This commit is contained in:
heyarne 2021-12-30 15:37:23 +01:00
commit 5aac0474c1
13 changed files with 2103 additions and 0 deletions

9
README.md Normal file
View file

@ -0,0 +1,9 @@
# Rect-Packing
This project is built using `shadow-cljs`:
``` bash
npx shadow-cljs watch :app
```
Use `cider-connect-cljs` to connect to the REPL in emacs after opening http://localhost:8080 in your browser. :)