npx gitpick https://github.com/devgauravjatt/search-plus-ts/tree/examples/with-server-and-client
cd with-server-and-client
npm install
npm run dev
npx gitpick https://github.com/devgauravjatt/search-plus-ts/tree/examples/vite-react-client
cd vite-react-client
npm install
npm run dev
npx gitpick https://github.com/devgauravjatt/search-plus-ts/tree/examples/vite-svelte-client
cd vite-svelte-client
npm install
npm run dev