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.
The local DB database is stored in Deno directory. For instance, on Mac, it is located in
./Users/<user>/Library/Caches/deno/location_data
Just remove every directory inside location_data
and restart the application. The database will be recreated.
You need to create a Deno KV database in your Deno Deploy console, and then assign it to this app.