Example React project using TypeScript, ESLint and Prettier.
yarn add react react-dom
yarn add --dev @types/react @types/react-dom
yarn add --dev typescript ts-loader
yarn add --dev eslint eslint-config-prettier eslint-plugin-prettier eslint-plugin-react @typescript-eslint/eslint-plugin @typescript-eslint/parser
yarn add --dev @babel/cli @babel/core @babel/plugin-proposal-class-properties @babel/plugin-proposal-object-rest-spread @babel/preset-env @babel/preset-react @babel/preset-typescript