Should you send your kid to school? Use this handy COVID-19 Checklist to figure it out.
start
runs the app for development, reloading on file changesstart:build
runs your app after it has been built using the build commandbuild
builds your app and outputs it in thedist
directorylint
runs the linterformat
runs the Prettier formatter
For most of the tools, the configuration is in the package.json
to reduce the amount of files in your project.
If you customize the configuration a lot, you can consider moving them to individual files.