https://github.com/constructor-io/constructorio-example-react
A React sandbox example for integrating with Constructor
https://github.com/constructor-io/constructorio-example-react
constructorio-integrations react sandbox
Last synced: about 2 months ago
JSON representation
A React sandbox example for integrating with Constructor
- Host: GitHub
- URL: https://github.com/constructor-io/constructorio-example-react
- Owner: Constructor-io
- License: mit
- Created: 2022-06-27T21:41:54.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-24T07:25:30.000Z (6 months ago)
- Last Synced: 2024-12-24T08:28:47.899Z (6 months ago)
- Topics: constructorio-integrations, react, sandbox
- Language: JavaScript
- Homepage: https://constructor-io.github.io/constructorio-example-react
- Size: 5.67 MB
- Stars: 5
- Watchers: 27
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Constructor.io React Example
[](https://github.com/Constructor-io/constructorio-example-react/blob/master/LICENSE)
A React sandbox example for integrating with [Constructor.io](http://constructor.io/). [Constructor.io](http://constructor.io/) provides search as a service that optimizes results using artificial intelligence (including natural language processing, re-ranking to optimize for conversions, and user personalization).
This application utilizes the [Constructor.io JavaScript client](https://github.com/Constructor-io/constructorio-client-javascript) and is built upon [Create React App](https://create-react-app.dev/)
A live version of this application can be found on [Github Pages](https://constructor-io.github.io/constructorio-example-react/)
## Getting started
Installation can be done via `npm`
```bash
npm install
```Once installed, the React application can be started via `npm`
```bash
npm run start
```When running, the application can be found at http://localhost:3000/