Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrbrunelli/deno-view-engine
View Engine Render with Deno
https://github.com/mrbrunelli/deno-view-engine
deno ejs ejs-templates oak oakland
Last synced: 8 days ago
JSON representation
View Engine Render with Deno
- Host: GitHub
- URL: https://github.com/mrbrunelli/deno-view-engine
- Owner: mrbrunelli
- Created: 2020-12-28T14:06:26.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-28T14:24:39.000Z (about 4 years ago)
- Last Synced: 2024-11-15T09:50:27.318Z (2 months ago)
- Topics: deno, ejs, ejs-templates, oak, oakland
- Language: TypeScript
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deno View Engine
> Serving HTML and CSS with EJS Templates
## Run app
```shell
deno run --allow-net --allow-read app.ts
```
## Cache reload (if it's necessary)
```shell
deno run --reload
```