added explicit step to run npm install when building an example

This commit is contained in:
Thomas Shafer 2015-11-11 10:53:41 -08:00
parent eb4caf3bf9
commit 8e9501c510
1 changed files with 3 additions and 3 deletions

View File

@ -64,7 +64,7 @@ example demonstrating multiple entry points with Code Splitting.
If you think an example is missing, please report it as issue. :)
# Build
# Building an Example
There is a `build.js` file in each example directory.
Run it with node in the example directory to compile it and the README.md file.
1. Run `npm install` in the root of the project.
2. Run `node build.js` in the specific example directory. (Ex: `cd examples/commonjs && node build.js`)