An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Constructor.io React Example

[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](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/