npm start
will run parcel serve process, which will auto detect changes and
live reload in a built-in server. The URL for the server will be output when
you run the command.
npm build
will run the parcel build process, applying some additional
css (post-css) and js transformations for more complete browser compatability.