Run nvm use ${version in .nvmrc}
Run yarn
Run yarn start
Go to http://localhost:3000
Run yarn build
Run yarn test
or yarn test:cov
to update coverage
Run yarn format
or yarn format:fix
to fix formatting issues
Run yarn lint
or yarn lint:fix
to fix linting issues
{
// Enable aliased imports with intellisense
"typescript.preferences.importModuleSpecifier": "shortest",
}