Skip to content
This repository was archived by the owner on Oct 26, 2018. It is now read-only.

Commit 6760e40

Browse files
committed
Update README.md
1 parent d0d155b commit 6760e40

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

examples/basic/README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ update the paths.
55

66
To run, follow these steps:
77

8-
1. Install dependencies with `npm install` (make sure it creates a local node_modules)
9-
2. Build with `webpack --watch`
10-
3. Open `index.html`
8+
1. Install dependencies with `npm install` in this directory (make sure it creates a local node_modules)
9+
2. By default, it uses the local version from `src` of redux-simple-router, so you need to run `npm install` from there first. If you want to use a version straight from npm, remove the lines in `webpack.config.js` at the bottom.
10+
3. Build with `webpack --watch`
11+
4. Open `index.html`
1112

1213
If you want to run the example from the npm published version of **redux-simple-router** remove the alias in the webpack.config to the source from line 21.
1314

0 commit comments

Comments
 (0)