Created
August 6, 2022 08:06
-
-
Save bgoonz/9e31adaa074abb08bb2f72efd7b74249 to your computer and use it in GitHub Desktop.
Algolia instant search.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npx create-instantsearch-app@latest ais-ecommerce-demo-app \ | |
--template "React InstantSearch" \ | |
--app-id "B1G2GM9NG0" \ | |
--api-key "aadef574be1f9252bb48d4ea09b5cfe5" \ | |
--index-name demo_ecommerce \ | |
--attributes-to-display name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment