Create React App template including Typescript, ESlint and prettier configuration.
To use this template within your project, add --template tolkee
when creating a new app.
For example:
npx create-react-app my-app --template tolkee
# or
yarn create react-app my-app --template tolkee