React Course - Ep 1 - Setup TypeScript, React, Jest, EsLint, Husky

Published: 15 December 2022
on channel: JavaScript Talks
1,248
22

0:00 - Intro
0:32 - Setup React with TypeScript
2:50 - Running React unit tests with Jest
4:15 - Running tests in VS Code
4:52 - Jest autorun setup in VS Code
5:25 - Debug Jest unit tests in VS Code
6:25 - Jest code coverage report
8:49 - ESLint Code quality tool - Setup
11:42 - ESLint - fixing code smells
15:27 - Git Hooks - Putting it all together
16:27 - Husky for git hooks setup
19:40 - Finalizing the setup - commit our code