Create React App with Typescript
npx create-react-app my-app --template typescript
create-react-app typescript docs
eslint
npm install eslint --save-dev
yarn add eslint --dev
prettier
npm install --save-dev --save-exact prettier
yarn add --dev --exact prettier
Storybook
npx sb init