Skip to content

Commit bac67b3

Browse files
committed
typo correction
1 parent 53c324f commit bac67b3

File tree

1 file changed

+2
-2
lines changed
  • examples/frontend-rendering-with-webpack

1 file changed

+2
-2
lines changed

examples/frontend-rendering-with-webpack/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pip install -r requirements.txt
1313
npm install
1414
```
1515
### Usage in development
16-
Extending the explanation in the [README](https://github.com/markfinger/python-react/blob/master/README.md#usage-in-development) section of the repo, restarting the render server everytime a change is made in the `.jsx` files, can be avoided by running:
16+
Extending the explanation in the [README](https://github.com/markfinger/python-react/blob/master/README.md#usage-in-development) section of the repo, restarting the render server everytime a change is made in the `.jsx` files can be avoided, by running:
1717
```
1818
npm run watch
1919
```
@@ -26,5 +26,5 @@ The forever utility check for changes and restarts the `render_server` according
2626
### Usage in production
2727
Node server can be hosted in multiple ways. Either in the same box as flask server, or elsewhere. One way is to run it as a supervisord job on the same server. The React app needs to bundled as production ready before deploying the python server. This bundle is included in the `base` template for the app to render again on the client side. For bundling, run:
2828
```
29-
npm run preinstall
29+
npm run postinstall
3030
```

0 commit comments

Comments
 (0)