Project template for a Deno based webapp with Deno and Rust based WASM library dependencies.
- Use as a template to create a new repository.
- Update links and references in
README.md
.
Go to: https://flowscripter.github.io/template-deno-webapp/
Run: deno run --allow-net mod.ts
Test: deno test -A --unstable
Lint: deno fmt mod.ts deps.ts src/ tests/
Bundle: deno bundle mod.ts html/mod.bundle.js
Serve: cd html && python3 -m http.server 8000
and then...
Verify: Browse to http://127.0.0.1:8000/index.html and check that the browser console displays:
INFO Hello
INFO World
INFO Hello
INFO World 4
Refer to functional_tests/README.md
classDiagram
Foo <|-- Bar
Link to auto-generated API docs for the library:
MIT © Flowscripter