20 lines
225 B
Markdown
20 lines
225 B
Markdown
# Vite + Deno + Preact + TypeScript
|
|
|
|
## Running
|
|
|
|
You need to have Deno v2.0.0 or later installed to run this repo.
|
|
|
|
Start a dev server:
|
|
|
|
```
|
|
$ deno task dev
|
|
```
|
|
|
|
## Deploy
|
|
|
|
Build production assets:
|
|
|
|
```
|
|
$ deno task build
|
|
```
|