Module

x/fresh/www/deno.json

The next-gen web framework.
Extremely Popular
Go to Latest
File
{ "tasks": { "start": "deno run -A --watch=static/,routes/ dev.ts" }, "importMap": "./import_map.json", "compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" }}