My setup for a typescript react project

from blog Roman Imankulov, | ↗ original
A memo about my setup for a TypeScript React project: I copy and paste these commands whenever I need to start a new project and ensure that it has all linters, formatters, and pre-commit hooks configured. Initialize proper version I use nvm, and I automatically initialize the node environment with nvm if .nvmrc is found. # File ~/.zshrc test -f...