- TypeScript
- React
- Redux
- Webpack 4
- PostCSS
- ESlint & Stylelint (each with 2 configs - quality & format)
- Husky + lint-staged (pre-commit hook for code linting/formatting (russian language article))
- Prettier
- Plop (to generate new components from templates)
- Keyboard users support with Focus Ring
start- starting webpack-dev-server on 3000 portbuild- making production build and put it indistfoldermake- generate new file from templatelint- run both eslint and stylelint with quality configs plus cheking the typesformat- run both eslint and stylelint with format configs (extends qulity configs with formatting rules) and--fixoption