Skip to content

Commit 78073fe

Browse files
committed
update README
1 parent d21f171 commit 78073fe

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,22 +66,28 @@ An Easy and fast way to get your graphql backend is to **register for free at [S
6666

6767
> This starter has been created with a scaphold free plan.
6868
69-
**Create an application**
69+
**Go to [Scaphold](https://scaphold.io) and create an application**
7070

7171
![create_app_modal.png](https://raw.githubusercontent.com/MacKentoch/react-redux-graphql-apollo-bootstrap-webpack-starter/master/print_screens/create_app_modal.png)
7272

73+
- set `AppName`
74+
- and a `description` (*so that after creating hundreds of applications you won't get lost*).
75+
7376
**You will be able to dicover predefined schemas. This starter will not need more than predefined (User):**
7477

7578
![schema_desiner_overview.png](https://raw.githubusercontent.com/MacKentoch/react-redux-graphql-apollo-bootstrap-webpack-starter/master/print_screens/schema_desiner_overview.png)
7679

80+
- you can define you own schema. But I suggest you have a look on well written `tutorials` to get more familiar with the schema designer.
7781

7882
**GraphiQL is integrated in Scaphold so, discover and train predefined graphQL queries and mutations:**
7983

8084
![graphiQL_overview.png](https://raw.githubusercontent.com/MacKentoch/react-redux-graphql-apollo-bootstrap-webpack-starter/master/print_screens/graphiQL_overview.png)
8185

86+
**Configure starter application:**
8287

88+
In Scaphold click on `My API and copy your application link`.
8389

84-
Then, configure your networkInterface in the app config in `./src/app/config.index.js`:
90+
Then, past it (*to replace http://localhost:8080/graphql*) in your `networkInterface` in the app config (in `./src/app/config.index.js`):
8591

8692
```javascript
8793
export const appConfig = {

0 commit comments

Comments
 (0)