React Typescript Boilerplate A boilerplate including typescript, TSLint and Prettier support. It runs prettier and linter on commit Install dependencies yarn install Commands Start dev server: yarn start Run TSLint: yarn lint Run prettier: yarn prettier Run tests: yarn test