- This is a Next.js project bootstrapped with
create-next-app
. - It demonstrates usage of the framework agnostic
@coveo/headless/ssr
and@coveo/headless-react/ssr
utils for Server-Side Rendering with headless. - Although NextJS is used to demonstrate SSR usage for convenience, the utils are not specific to NextJS.
- Run dev server
npm run dev
- Run prod
npm run build && npm run start
Open http://localhost:3000 with your browser to see the result.