Skip to content
This repository has been archived by the owner on Nov 12, 2020. It is now read-only.

Commit

Permalink
installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
elitan committed Jul 12, 2020
1 parent e8649b4 commit ff95ea6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ Make it easy to use Nhost with React.

If a user is logged in, the `Authorization` header will be set with your JWT token.

## Install

```bash
npm install react-nhost @apollo/client
```

`@apollo/client` is required for `react-nhost` to work. You will use `@apollo/client` for `useQuery`, `useMutation`, `useSubscription`.

## Initiate

### Create React App
Expand Down

0 comments on commit ff95ea6

Please sign in to comment.