import and test examples

This commit is contained in:
Ruidy 2021-02-18 20:10:43 +01:00
parent 848b9f1f34
commit 0d8f3272bf

View file

@ -51,3 +51,9 @@ deno run --allow-net index.ts
```
Checkout files in [examples](examples/) folder.
### Watch mode
```shell
deno run --watch --unstable index.ts
```