Initial commit, basic web page with reagent component is working
This commit is contained in:
commit
5aac0474c1
13 changed files with 2103 additions and 0 deletions
9
README.md
Normal file
9
README.md
Normal 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. :)
|
||||
Loading…
Add table
Add a link
Reference in a new issue