simple framework to get directly started with a new deno project

Richard Köhl 9afffb80be remove square brackets hace 2 años
.vscode fc20f1a68f fix formatting settings hace 2 años
src 9afffb80be remove square brackets hace 2 años
test eff029d3bd changing to basic webserver hace 2 años
.editorconfig 3387a9dbf4 initial commit hace 2 años
.env.example 4ba59c9c45 introduce logging hace 2 años
.gitignore fc20f1a68f fix formatting settings hace 2 años
Dockerfile b8d784f0e4 multistage docker build hace 2 años
README.md 901ad0d696 add README.md hace 2 años
deno.jsonc 83ce022c3b remove deprecated lint.files hace 2 años
deno.lock 49d56e56d6 improve error handling and logging hace 2 años
docker-compose.yml 12dcf1b01b simple dockerization hace 2 años

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