Skip to content

Commit

Permalink
update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
graphan committed Oct 19, 2016
1 parent 4b0b839 commit ab275f9
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,19 @@

## Running the app

### 1. This repository is the frontend for [Wordpress GraphQL API Example](https://github.com/WeLikeGraphQL/wordpress-graphql-api-example). You need to run it first, however, you can also set up own endpoints.

### 2. Install Node/npm
### 1. Install Node/npm

Make sure you have Node.js installed (the app has been tested with Node `5.12.0`)

### 3. Clone and install dependencies
### 2. Clone and install dependencies

```
git clone https://github.com/WeLikeGraphQL/react-apollo-example.git
git clone https://github.com/graphan/react-apollo-example.git
cd react-apollo-example
npm install
```

### 4. Build and run the app
### 3. Build and run the app

Development mode:
```
Expand Down

0 comments on commit ab275f9

Please sign in to comment.