Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/koladev32/remoteit-react-graphql
https://github.com/koladev32/remoteit-react-graphql
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/koladev32/remoteit-react-graphql
- Owner: koladev32
- Created: 2021-10-14T23:01:33.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-29T20:56:54.000Z (about 3 years ago)
- Last Synced: 2023-03-06T01:48:47.229Z (almost 2 years ago)
- Language: JavaScript
- Size: 459 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Remote.it React GraphQL
## Start the project locally
First of all, create a `.env` file in root of the project.
```shell
REACT_APP_API_URL=https://api.remote.it
REACT_APP_DEV_API_KEY=YOUR_DEV_API_KEY
```
And then
```
yarn install
yarn start
```By default the project will be running on http://localhost:3000