Skip to content

Project template for a Deno based webapp with Deno and Rust based WASM library dependencies.

License

Notifications You must be signed in to change notification settings

flowscripter/template-deno-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

template-deno-webapp

version build coverage dependencies deno doc license: MIT

Project template for a Deno based webapp with Deno and Rust based WASM library dependencies.

Project Template Usage

  1. Use as a template to create a new repository.
  2. Update links and references in README.md.

Hosted Webapp Demo

Go to: https://flowscripter.github.io/template-deno-webapp/

Development

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

Functional Tests

Refer to functional_tests/README.md

Documentation

Overview

classDiagram
    Foo <|-- Bar
Loading

API

Link to auto-generated API docs for the library:

API Documentation

License

MIT © Flowscripter

About

Project template for a Deno based webapp with Deno and Rust based WASM library dependencies.

Resources

License

Stars

Watchers

Forks