Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 480 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 480 Bytes

Work-in-progress proof of concept for a slim Vite + React SSR app, with data fetching on route change.

Dependencies

Setup

yarn install

Running in Development

yarn dev

Running in Production

yarn build
yarn server:prod