Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/evantahler/deno-template

An opinionated deno server for HTML (.tsx) and API routes
https://github.com/evantahler/deno-template

deno jsx react tsx typescript

Last synced: 22 days ago
JSON representation

An opinionated deno server for HTML (.tsx) and API routes

Awesome Lists containing this project

README

        

# Deno Template

[![Test](https://github.com/evantahler/deno-template/actions/workflows/deno.yml/badge.svg)](https://github.com/evantahler/deno-template/actions/workflows/deno.yml)

## Running

```
cp env.example .env
```

then

```
./bin/start
```

## Developing

We use [`denon`](https://deno.land/x/denon/denon.ts) to watch for changes and restart while developing

```
./bin/dev
```

## Testing

```
./bin/test
```

## Compiling

```
./bin/compile
```

## Notes

- We use Import Maps
- VSCode needs to opt-into deno (so it knows it's not JS/TS)