simple framework to get directly started with a new deno project

Richard Köhl 452617af79 fix paths for folder revert 2 роки тому
.vscode fc20f1a68f fix formatting settings 2 роки тому
src ec97c68c91 go back to src folder 2 роки тому
test eff029d3bd changing to basic webserver 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 452617af79 fix paths for folder revert 2 роки тому
deno.lock eff029d3bd changing to basic webserver 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