- Run
npm install
npm run dev
for development.- Use
npm test
to run tests. npm run build
for production builds.
- Use
npm-run-all
to parallelize local test runs. - Prettier and eslint have
--cache
flags. Use them! - Do not run prettier inside of
eslint
. It commonly takes 50% of the eslint runtime! - Automatically sort imports when running prettier/saving the document via
@ianvs/prettier-plugin-sort-imports
.