Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lukasjhan/furo-sample-react

React sample code for Furo
https://github.com/lukasjhan/furo-sample-react

Last synced: 21 days ago
JSON representation

React sample code for Furo

Awesome Lists containing this project

README

        


Furo Logo

# Furo React Sample Project

Check Furo's [Official Documentation](https://docs.furo.one/react-sdk).

## Installation

```bash
$ npm install
```

## Setup

Project Info In [Furo Console](https://console.furo.one/projects)

1. Paste `Client Id` in Furo Console in `App.js`.
```javascript
const clientId = "YOUR_CLIENT_ID_GOES_HERE";
```
2. Input http://localhost:3000/{clientId} in callbackUri of console page.

## Start

```bash
$ npm start
```