web app experiment
This commit is contained in:
12
web/README.md
Normal file
12
web/README.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user