Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 463 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 463 Bytes

React SSR App in Deno

Basic React SSR App in Deno.

Installation

Using Shell (macOS, Linux):

curl -fsSL https://deno.land/x/install/install.sh | sh

or

brew install deno

Development

Run:

  deno run --allow-net ./server.tsx

Tech stack