This is a Next.js project bootstrapped with create-next-app
.
-
First, run the server for the API. Place the URL for the API in the url variable in
Index.js
. -
Next, run the meilisearch instance. Place the meilisearch url in the host property of the client instance in
Records.js
. -
Run Strapi using either
yarn develop
# or
npm run develop
-
Login and create the collection.
-
Start the development Server using:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.