Step 1: Clone and Run the Starter app

The easiest way to get up and running with Search Headless React is by trying out our React Site Search Starter.

  1. Fork the Starter Repo on Github and open it in the IDE of your choice.

  2. Run the app

In the project directory run:

npm install
npm run start

The sample app will appear in your default browser.

Feedback