simple framework to get directly started with a new deno project

Richard Köhl c252120ba1 add basic directory structure for clean code 2 лет назад
.vscode fc20f1a68f fix formatting settings 2 лет назад
src c252120ba1 add basic directory structure for clean code 2 лет назад
test fc20f1a68f fix formatting settings 2 лет назад
.editorconfig 3387a9dbf4 initial commit 2 лет назад
.env.example 10043864c3 add .env.example 2 лет назад
.gitignore fc20f1a68f fix formatting settings 2 лет назад
README.md 901ad0d696 add README.md 2 лет назад
deno.jsonc fc20f1a68f fix formatting settings 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