simple framework to get directly started with a new deno project

Richard Köhl 901ad0d696 add README.md 2 年之前
src 3387a9dbf4 initial commit 2 年之前
test 3387a9dbf4 initial commit 2 年之前
.editorconfig 3387a9dbf4 initial commit 2 年之前
.env.example 10043864c3 add .env.example 2 年之前
.gitignore 3387a9dbf4 initial commit 2 年之前
README.md 901ad0d696 add README.md 2 年之前
deno.jsonc 3387a9dbf4 initial commit 2 年之前
deno.lock 3387a9dbf4 initial commit 2 年之前

README.md

Deno Bootstrap

Just the minimum to get a working deno project.

Setup

Just rename .env.example to .env.

Run project

  • deno task dev

Test project

  • deno task test