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