Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 195 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 195 Bytes

React SSR demo

This template is build using vite and uses renderToString for SSR. To run the demo:

  • dev: yarn install && yarn dev.
  • prod: yarn install && yarn build && yarn preview