Skip to content

Commit 053c127

Browse files
committed
update React example readme
1 parent 58c0ade commit 053c127

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

examples/js/react/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,17 @@ __Note__: remember to replace `YOUR_API_KEY` in `src/lib/bugsnag.js` with your o
2929

3030
### Without docker
3131

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

3434
```
3535
npm install
3636
npm run serve
3737
```
38+
39+
or alternatively, to run a development server that automatically reloads the page when you make changes to the code:0
40+
41+
```
42+
npm install
43+
npm start
44+
```
3845
__Note__: remember to replace `YOUR_API_KEY` in `src/index.js` with your own!

0 commit comments

Comments
 (0)