web app experiment

This commit is contained in:
2026-04-01 22:04:15 -07:00
parent 52c78aa6f6
commit ae7fb5da6f
9 changed files with 280 additions and 0 deletions

12
web/README.md Normal file
View File

@@ -0,0 +1,12 @@
# Web framework experiment
Work in progress of a DOM-patching web framework, like Elm.
In the root, you can do:
```sh
newt src/Todo.newt -o dist/main.js
esbuild dist/main.js --bundle --servedir=web --outdir=web --alias:fs=./dist/empty.js --watch
```