Skip to content

fleonard/deno-react-ssr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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