Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 171 Bytes

File metadata and controls

7 lines (6 loc) · 171 Bytes

deno-serve-react

Serving React app with Deno

How?

  • Build React app, using "react" from JSPM instead of NPM
  • Build Deno app that will serve the React app
  • Profit?