Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion examples/js/react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,17 @@ __Note__: remember to replace `YOUR_API_KEY` in `src/lib/bugsnag.js` with your o

### Without docker

Ensure you have a version of Node.js >=4 on your machine.
To create an optimized production build, ensure you have a version of Node.js >=4 on your machine:

```
npm install
npm run serve
```

or alternatively, to run a development server that automatically reloads the page when you make changes to the code:

```
npm install
npm start
```
__Note__: remember to replace `YOUR_API_KEY` in `src/index.js` with your own!