This is a demo Next.js project bootstrapped with create-next-app
that shows how you can use Typesense's feature set,
to build a anime search website
- docker
- node-version: 16
First, start a typesense server and create collection and schema in it
yarn typesenseServer
yarn indexer
Then, install node packages and run the development server:
npm install
npm run dev
# or
yarn
yarn dev
Detailed steps:
- build-a-search-application-with-typesense-react-and-tailwind
- Building a Search App in React.js using Typesense, Next.js & Tailwind CSS
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.tsx
. The page auto-updates as you edit the file.