SmartDeno is a simple Web Template Application written in TypeScript using Deno. It is based on the following building blocks:
This application is compatible with Deno Deploy and can be visited here
deno task start
docker build -t smart-deno .
docker run -p 8000:8000 smart-deno
Version info is stored in VERSION
and /src/version.ts
files.