/react-ts-starter

Minimal template repository for React/TypeScript projects

Primary LanguageTypeScript

React TypeScript Starter

A simple template repository for setting up React/TypeScript projects.

Renders the classic counter component to demonstrate proof of concept.

Deployed build output at react-ts-starter.

Features

  • TypeScript
  • React
  • Prettier
  • Eslint
  • Jest
  • Github actions
    • Lint and test PRs to main
    • Lint, test and deploy to github pages on every merge to main