Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        


deno

# 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
```