simple framework to get directly started with a new deno project

Richard Köhl 64957d1853 rename src folder to app há 2 anos atrás
.vscode fc20f1a68f fix formatting settings há 2 anos atrás
app 64957d1853 rename src folder to app há 2 anos atrás
test fc20f1a68f fix formatting settings há 2 anos atrás
.editorconfig 3387a9dbf4 initial commit há 2 anos atrás
.env.example 10043864c3 add .env.example há 2 anos atrás
.gitignore fc20f1a68f fix formatting settings há 2 anos atrás
README.md 901ad0d696 add README.md há 2 anos atrás
deno.jsonc 64957d1853 rename src folder to app há 2 anos atrás
deno.lock 3387a9dbf4 initial commit há 2 anos atrás

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