examples: document npm run build, closes #2024

This commit is contained in:
Renée Kooi 2020-03-30 16:07:24 +02:00
parent 894c739883
commit 697ad04a34
No known key found for this signature in database
GPG key ID: 497533BAECCD642A
12 changed files with 12 additions and 0 deletions

View file

@ -7,6 +7,7 @@ This example uses a Python Flask server and `@uppy/xhr-upload` to upload files t
To run this example, make sure you've correctly installed the **repository root**:
```bash
npm install
npm run build
```
That will also install the npm dependencies for this example.