Front-end
Ideas
Icons
Components
ESLint
How to add ESLint and Prettier to a React and TypeScript Project (2021)
Handy Hints
List globally installed npm packages
npm list -g --depth 0
yarn global listSee node_modules package dependency chain:
yarn why {packageName}
Delete node_modules folder recursively from a specified path using command line