-
Improvement
-
Resolution: Fixed
-
Normal
-
None
-
None
-
None
In current presentation of readme in our repo , the documentation for "HOT RELOADING" is wrongly placed on "NODE JS SERVER SETUP file"
1.HOT RELOADING
https://github.com/endurance21/bookbrainz-site/blob/master/NODEJS_SETUP.md
for server working out of docker , hot reloading is done by " npm run debug" that's it , which is mentioned in the "Building and running" section of above mentioned link . that is ok!!
but i think "Watch files and live reload with Webpack" section should be present in main readme file rather on "NODE JS SERVER SETUP file" where docker is mentioned because the main info it provides is for how to do hot reloading in docker.
i had a hard time finding how to hot relaod inside docker . that's why
"Watch files and live reload with Webpack" section should be mentioned in main page not in "NODE JS SERVER SETUP file"