Skip to content

Commit dbc17ac

Browse files
Update README.md
1 parent 4ba80c3 commit dbc17ac

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ To get started,
6565
3. If you get the error `'reactivex/rxjs' is not in the npm registry`, then your Visual Studio installation's version of the NPM tool is out of date. You will need to restore NPM dependencies manually from a command prompt (e.g., `cd samples\angular\MusicStore` then `npm install`).
6666
4. Select a sample and run it. For example, right-click on the `MusicStore` project in Solution Explorer and choose `Set as startup project`. Then press `Ctrl+F5` to launch it.
6767

68+
Note that to run the React example, you'll also need to run `webpack` from the `samples\react\ReactGrid` directory (having first installed webpack if you don't yet have it - `npm install -g webpack`).
69+
6870
**Using dnx on Windows/Mac/Linux**
6971

7072
1. Ensure you are using a suitable .NET runtime. Currently, this project is tested with version `1.0.0-rc1-final` on `coreclr`:
@@ -88,11 +90,9 @@ To get started,
8890
npm install
8991
```
9092

91-
4. Build the project
92-
93-
```
94-
gulp
95-
```
93+
4. Where applicable, build the project. For example, the Angular example uses Gulp, so you'll need to execute `gulp`, whereas the React example uses Webpack, so you'll need to execute `webpack`. The ES2015 example does not need to be built.
94+
95+
If you don't already have it, install the applicable build tool first (e.g., `npm install -g webpack`).
9696

9797
5. Run the project (and wait until it displays the message `Application started`)
9898

0 commit comments

Comments
 (0)