Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/evantahler/deno-template
- Owner: evantahler
- Created: 2021-03-21T22:20:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-25T18:56:56.000Z (over 3 years ago)
- Last Synced: 2024-05-01T23:24:45.540Z (6 months ago)
- Topics: deno, jsx, react, tsx, typescript
- Language: TypeScript
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)