Files
newt/web/README.md
2026-04-01 22:04:15 -07:00

255 B

Web framework experiment

Work in progress of a DOM-patching web framework, like Elm.

In the root, you can do:

newt src/Todo.newt -o dist/main.js
esbuild dist/main.js --bundle --servedir=web --outdir=web --alias:fs=./dist/empty.js --watch