Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rhildred/preact-vite-plugin-ssr

testing with vite-plugin-ssr to get browser events
https://github.com/rhildred/preact-vite-plugin-ssr

Last synced: 14 days ago
JSON representation

testing with vite-plugin-ssr to get browser events

Awesome Lists containing this project

README

        

# preact-vite-plugin-ssr

Example using `vite-plugin-ssr` with `preact` and [server-side routing](https://vite-plugin-ssr.com/server-routing).

```bash
git clone [email protected]:brillout/vite-plugin-ssr
cd vite-plugin-ssr/examples/preact-server-routing/
npm install
npm run dev
```