Skip to content

v1.0.0

Compare
Choose a tag to compare
@hanstanawi hanstanawi released this 13 Nov 04:59
· 404 commits to main since this release
76aaf0b

Changelogs

First release of React + TypeScript Starter Template

Features

  • React - Library for building user interfaces
  • TypeScript - Your safety net when writing JavaScript
  • TailwindCSS - Utility first CSS
  • pnpm - Fast and efficient package manager
  • Vite - Blazingly fast frontend build tool
  • React Router - Client side routing solution for React
  • ESLint & Prettier - Find & fix problems in the codebase and format code automatically on save
  • Lucide React - Beautiful and consistent open-source icons for React
  • Husky - Git hooks tool
    • Commit Lint - Force devs to follow conventional commit message
    • Lint Staged - Format & lint your code before committing, block commit if issues are detected
  • Github Actions - Check, test, and build your code automatically on push and PR
  • Dependabot - Create pull-request to update your dependencies
  • Jest & React Testing Library - Unit test your components

Full Changelog: https://github.com/hanstanawi/react-ts-starter-template/commits/v1.0.0