Skip to content

Clarify how npm build and npm start differ #6

@mbrio

Description

@mbrio

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions