File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -34,14 +34,20 @@ const store = createStore(reducer)
3434
3535sessionService .initSessionService (store);
3636```
37- ## Example
38- The example simulates a simple login/logut that sends requests to a server.
37+ ## Examples
38+ The examples simulates a simple login/logut that sends requests to a server.
3939
4040### Run the example
41- 1 . ** get into the folder** :` cd example `
41+ 1 . ** get into the folder** :` cd examples/ example `
42422 . ** install dependencies** : ` npm install `
43433 . ** run the example** : ` npm start `
4444
45+ ### Run the example for react router v4
46+ 1 . ** get into the folder** :` cd examples/react-router-v4-example `
47+ 2 . ** install dependencies** : ` npm install `
48+ 3 . ** run the example** : ` npm start `
49+
50+
4551## API
4652
4753### initSessionService(store, refreshOnCheckAuth: Boolean , redirectPath: String )
You can’t perform that action at this time.
0 commit comments