Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lukasjhan/furo-sample-react
- Owner: lukasjhan
- Created: 2023-05-01T08:46:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-30T03:25:46.000Z (about 1 year ago)
- Last Synced: 2024-08-03T18:22:06.421Z (3 months ago)
- Language: JavaScript
- Size: 1.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```