Skip to content

Latest commit

History

History
7 lines (5 loc) 路 200 Bytes

README.md

File metadata and controls

7 lines (5 loc) 路 200 Bytes

React SSR + TS 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