ts-react-vike-start

React + Vike + TS

Uno CSS + ESLint + Prettier

Just another SSR-ready vite-react starter template with vike, unocss & strict development setup. React 18 streaming enabled (Server / Client) 🌊

Test the client-side navigation =>

Usage

Installation

clone repo and:
run npm install in root

Local Dev

Start local dev server with
npm run dev

Build

build production ready copy to dist folder:
npm run build

Preview

Preview the build from dist folder:
npm run preview