Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 544 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 544 Bytes

Deno React SSR Vite Demo 🦕

Demo PokèDex App Just 4 Fun

An experiment using new --node-modules-dir mode for Deno with vite as a bundler to build an SSR Universal PokeDex App with React18 and streams.

Development

deno task dev

Starts a development server at http://localhost:4000 with HMR.

Production

deno task build
deno task start

Build client for prodution and starts a production server at http://localhost:5000.

License

MIT