Readme tweaks.
This commit is contained in:
parent
832a13147c
commit
0ae374be20
@ -1,10 +1,10 @@
|
||||
# Apollo upload example API
|
||||
|
||||
An example GraphQL API using [Apollo upload server](https://github.com/jaydenseric/apollo-upload-server).
|
||||
An example GraphQL API using [apollo-upload-server](https://github.com/jaydenseric/apollo-upload-server).
|
||||
|
||||
## Setup
|
||||
|
||||
1. Install the latest [Node.js](https://nodejs.org).
|
||||
1. Install the latest [Node.js](https://nodejs.org) and [npm](https://npmjs.com).
|
||||
2. Run `npm install` within the `api` directory in Terminal.
|
||||
3. Copy `.env.example`, rename it `.env` and customize.
|
||||
|
||||
|
||||
@ -1,10 +1,10 @@
|
||||
# Apollo upload example web application
|
||||
|
||||
An example web application using [Next.js](https://github.com/zeit/next.js), [React Apollo client](http://dev.apollodata.com/react) and [Apollo upload client](https://github.com/jaydenseric/apollo-upload-client).
|
||||
An example web application using [Next.js](https://github.com/zeit/next.js), [React Apollo client](http://dev.apollodata.com/react) and [apollo-upload-client](https://github.com/jaydenseric/apollo-upload-client).
|
||||
|
||||
## Setup
|
||||
|
||||
1. Install the latest [Node.js](https://nodejs.org).
|
||||
1. Install the latest [Node.js](https://nodejs.org) and [npm](https://npmjs.com).
|
||||
2. Run `npm install` within the `app` directory in Terminal.
|
||||
3. Copy `.env.example`, rename it `.env` and customize.
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
  
|
||||
|
||||
An example GraphQL API using [Apollo upload server](https://github.com/jaydenseric/apollo-upload-server) and an example [Next.js](https://github.com/zeit/next.js) [React Apollo client](http://dev.apollodata.com/react) using [Apollo upload client](https://github.com/jaydenseric/apollo-upload-client).
|
||||
An example GraphQL API using [apollo-upload-server](https://github.com/jaydenseric/apollo-upload-server) and an example [Next.js](https://github.com/zeit/next.js) [React Apollo client](http://dev.apollodata.com/react) using [apollo-upload-client](https://github.com/jaydenseric/apollo-upload-client).
|
||||
|
||||
- [MIT license](https://en.wikipedia.org/wiki/MIT_License).
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user