https://github.com/guildenstern70/SmartDeno
A simple Web Template application in Typescript for Deno
https://github.com/guildenstern70/SmartDeno
bootstrap deno denokv eta oak typescript
Last synced: 6 months ago
JSON representation
A simple Web Template application in Typescript for Deno
- Host: GitHub
- URL: https://github.com/guildenstern70/SmartDeno
- Owner: guildenstern70
- License: mit
- Created: 2020-11-16T16:21:39.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-29T14:59:36.000Z (over 1 year ago)
- Last Synced: 2024-03-29T15:32:09.616Z (over 1 year ago)
- Topics: bootstrap, deno, denokv, eta, oak, typescript
- Language: TypeScript
- Homepage:
- Size: 4.14 MB
- Stars: 10
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SmartDeno
[](https://github.com/denoland/deno)
[](https://www.codacy.com/gh/guildenstern70/SmartDeno/dashboard?utm_source=github.com&utm_medium=referral&utm_content=guildenstern70/SmartDeno&utm_campaign=Badge_Grade)
[](https://opensource.org/licenses/MIT)
**SmartDeno** is a simple Web Template Application written in [TypeScript](https://www.typescriptlang.org/) using [Deno](https://deno.land/).
It is based on the following building blocks:* [Oak Application Server](https://deno.land/x/oak)
* [Deno KV](https://deno.land/manual@v1.36.4/runtime/kv)
* [Eta Template Engine](https://eta.js.org/)
* [Bootstrap Responsive HTML Library](https://getbootstrap.com/)
* [DyeLog Logger](https://deno.land/x/dyelog@v0.1.1)## Deno Deploy
This application is compatible with [Deno Deploy](https://deno.com/deploy) and can be visited [here](https://smart-deno-project.deno.dev/)
## 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.