React integration for Vike. See vike-*
packages.
Run the demo:
- Clone the repo:
git clone [email protected]:brillout/vike-react
- Install dependencies:
cd vike-react/ && pnpm install
- Build
vike-react
:pnpm run build
- Run the example:
cd examples/basic/ && pnpm run dev
Same as single line (copy-paste me):
git clone [email protected]:brillout/vike-react && cd vike-react/ && pnpm install && pnpm run build && cd examples/basic/ && pnpm run dev