···4455# Usage
6677-You can see [bext_preact_template](https://github.com/bpevs/bext_preact_template) as an example of basic usage and how to setup a working environment.
77+You can see basic examples here: https://github.com/bpevs/bext/examples
8899You can also see a real-world example by looking at [Favioli](https://github.com/bpevs/favioli).
1010···8888 getStorageStub.restore()
8989})
9090```
9191-9292-# Running this repo (for Bext development)
9393-9494-Tasks are defined in [deno.json](./deno.json), but basically:
9595-9696-- `deno task dev:{project}`: Run the example app in watch-mode
9797-- `deno task test`: Makes sure it all works. Use this before committing!
9898- - runs fmt, lint, type-checks, unit tests for source and example apps
9999- - builds example apps using local bext copy
100100-101101-## `/examples`
102102-103103-Note that the `deno tasks` in the example projects are meant to show the client usage, and therefore have tasks that don't work within the context of this repo's workspace.
104104-105105-If you want to run these projects from the Bext repo, please use the tasks in the root `deno.json` (instead of the `deno.json` in the `/examples/{project}`)
106106-107107-Also, for this same reason, do not put any imports in the root `deno.json`.