Source code of article which is published in Medium, you can read it from: https://medium.freecodecamp.org/building-chrome-extensions-in-react-parcel-79d0240dd58f
npm run watchStarts the watcher for building project when a file changed.
npm run buildPreps your app for deployment. Minifies all files, piping them to the src/build folder.