Skip to content

Commit c8a8ca9

Browse files
committed
update README
1 parent 6c80d05 commit c8a8ca9

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

README.md

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@ An Easy and fast way to get your graphql backend is to **register for free at [S
8080

8181
- you can define you own schema (*not needed for this starter to run*). But I suggest you have a look on well written `tutorials` to get more familiar with the schema designer.
8282

83-
**GraphiQL is integrated in Scaphold so, discover and train predefined graphQL queries and mutations:**
83+
**GraphiQL is integrated in Scaphold so discover and train predefined graphQL queries and mutations:**
8484

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

87-
**Configure starter application:**
87+
### Configure starter application:
8888

8989
In Scaphold click on `My API` and `copy your application link`.
9090

@@ -101,44 +101,42 @@ export const appConfig = {
101101

102102
> from now you got all needed to run this starter
103103
104-
### Install
104+
### Install dependencies
105105

106106
```bash
107107
npm install
108108
```
109-
### bundle dev mode (*+ redux-devtools*)
109+
110+
### run dev : hot reload mode (*+ redux-devtools*)
110111

111112
*General case:*
113+
112114
```bash
113-
npm run dev
115+
npm run start
114116
```
115117

116118
*Windows - particular - case:*
117119
```bash
118-
npm run dev-win
120+
npm run start-win
119121
```
120122

121123
##### Note : redux-devtools shortcuts
122124
- `ctrl+h`: to toggle devtools panel
123125
- `ctrl+q`: to change devtools panel position (*by default: on the right*)
124126

125-
### dev : hot reload mode (*+ redux-devtools*)
126127

127-
*General case:*
128+
### bundle dev mode (*+ redux-devtools*)
128129

130+
*General case:*
129131
```bash
130-
npm run start
132+
npm run dev
131133
```
132134

133135
*Windows - particular - case:*
134136
```bash
135-
npm run start-win
137+
npm run dev-win
136138
```
137139

138-
##### Note : redux-devtools shortcuts
139-
- `ctrl+h`: to toggle devtools panel
140-
- `ctrl+q`: to change devtools panel position (*by default: on the right*)
141-
142140
### tests
143141

144142
*General case:*

0 commit comments

Comments
 (0)