Clarify in the documentation that npm build is used for building a deployable product by creating an application structure under the build folder; while npm start utilizes webpack's dev server which does not rely on the build folder. When webpack recompiles within npm start it will not update the files in build. Also clarify that the default port webpack launches our application in is 8080.
Clarify in the documentation that
npm buildis used for building a deployable product by creating an application structure under thebuildfolder; whilenpm startutilizes webpack's dev server which does not rely on thebuildfolder. When webpack recompiles withinnpm startit will not update the files inbuild. Also clarify that the default port webpack launches our application in is 8080.