Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/koladev32/remoteit-react-graphql


https://github.com/koladev32/remoteit-react-graphql

Last synced: 21 days 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