# Convex + Next.js SSR
This demo shows how to use the Convex Next.js integration to preload data for
Client Components during server rendering, and query and mutate data from Server
Actions or Route Handlers (API Routes).
## Running the App
Run:
```
npm install
npm run dev
```