@unbxd-ui/create-unbxd-search-app
v0.1.1
Published
app to kick start unbxd search.
Downloads
38
Readme
create-unbxd-search-app
Getting started
Create Unbxd Search App is the best way to setup a react app powered by Unbxd Search.
Setup a default Search App with
npx @unbxd-ui/create-unbxd-search-app demo-app
cd demo-app
npm start
Then open http://localhost:3000/ to see your app.
By default, the search app is configured to work with one of the Unbxd demo sites.
To configure for a specific site
npx @unbxd-ui/create-unbxd-search-app my-app --siteKey <site key> --apiKey <api key> --config <path to search config> --template <template type>
cd my-app
npm start
For more details about configuring Unbxd Search App, refer here.