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: 3 months ago
JSON representation

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