Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 873 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 873 Bytes

Nano JSX with Deno and twind

Deploy with Deno Deploy:

This is the starter I wish I had two weeks ago. The simplest JSX setup you can use for Deno server side rendered apps.

  • Deno with Oak server
  • Tailwind via Twind
  • Lightning-fast LiveReload
  • Markdown rendering example with apply styles

Getting started

Install denon

Create a .env file to enable live reload:

echo "ENABLE_LIVE_RELOAD=true" > .env

denon dev

Note about JSX pragma

/** @jsxImportSource https://esm.sh/[email protected]/lib **/ in every jsx component is unfortunately required to deploy on Deno Deploy — they don't support import maps yet.