项目作者: evantahler

项目描述 :
An opinionated deno server for HTML (.tsx) and API routes
高级语言: TypeScript
项目地址: git://github.com/evantahler/deno-template.git
创建时间: 2021-03-21T22:20:11Z
项目社区:https://github.com/evantahler/deno-template

开源协议:

下载


Deno Template

Test

Running

  1. cp env.example .env

then

  1. ./bin/start

Developing

We use denon to watch for changes and restart while developing

  1. ./bin/dev

Testing

  1. ./bin/test

Compiling

  1. ./bin/compile

Notes

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