We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58c0ade commit 053c127Copy full SHA for 053c127
examples/js/react/README.md
@@ -29,10 +29,17 @@ __Note__: remember to replace `YOUR_API_KEY` in `src/lib/bugsnag.js` with your o
29
30
### Without docker
31
32
-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:
33
34
```
35
npm install
36
npm run serve
37
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
45
__Note__: remember to replace `YOUR_API_KEY` in `src/index.js` with your own!
0 commit comments