Skip to content

Latest commit

 

History

History

README.md

Coveo Headless Commerce SSR Sample with React Router

This sample demonstrates how to build a server-side rendered (SSR) e-commerce application using @coveo/headless-react/ssr-commerce with React Router.

Features

  • Server-side rendering (SSR) for improved SEO and performance
  • Commerce search and listing capabilities powered by Coveo Headless
  • React Router for client-side navigation

Documentation

Development

Run the development server:

npm run dev

This will start the development server with hot module replacement enabled.

Deployment

First, build your app for production:

npm run build

Then run the app in production mode:

npm start

Now you'll need to pick a host to deploy it to.