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.