Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 938 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 938 Bytes

Simple minimal setup for React SSR rendering

Prerequisites

  • Tested on Node 20.04
  • Uses fast router and Node js as http server
  • Uses SWC to create bindles frontend and server components
  • See packages.json for the commands
  • Start at the same time in three separate terminals:
    • npm run watch
    • npm run dev
    • npm run bundle

Additional Links