Skip to content

Salmanz18/react-ts-starter

Repository files navigation

Vite + React + TypeScript + Husky = 🔥

A modern minimal Vite + React + TypeScript template with pre-configured ESLint, Prettier and Git hooks powered by Husky out of the box 📦

Features

  • 🦾 Up to date libraries version and their features
  • 🔎 Pre-configured and extensible ESLint configuration without wrong and unused rules designed for old React versions
  • 💅 Pre-configured and extensible Prettier configuration
  • 🔬 Git hooks for code formatting and linting pre-commit

Available commands

Initialize repository

git init

Install dependencies

yarn install

Run in development mode

  yarn dev

Create production build

  yarn build

Run ESLint linting

  yarn lint

Run Prettier formatting

  yarn format

Run TypeScript compiling

  yarn compile

Serve production build locally

  yarn preview

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published