https://github.com/koladev32/remoteit-react-graphql
https://github.com/koladev32/remoteit-react-graphql
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/koladev32/remoteit-react-graphql
- Owner: koladev32
- Created: 2021-10-14T23:01:33.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-29T20:56:54.000Z (over 3 years ago)
- Last Synced: 2025-02-13T13:38:23.769Z (5 months 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