Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 972 Bytes

File metadata and controls

28 lines (19 loc) · 972 Bytes

React + TypeScript + Vite Starter Kit

This template provides a minimal setup to run React with Vite, including HMR and basic ESLint rules. It helps users quickly bootstrap projects, allowing them to focus on building features efficiently.

Feel free to customize and expand upon this template to suit your project's needs!

Features

  • React: A JavaScript library for building user interfaces.
  • TypeScript: A strongly typed programming language that builds on JavaScript.
  • Vite: A fast build tool and development server.
  • ESLint: A tool for identifying and fixing problems in JavaScript code.
  • Prettier: An opinionated code formatter.
  • Tailwind: A utility-first CSS framework.
  • Vitest: A Vite-native unit test framework.

Getting Started

Prerequisites

  • Node.js (>= 20.19.x)
  • Yarn (>= 1.22.x)

Installation

  1. Clone the repository.
  2. Install dependencies: yarn install.
  3. Start the development server: yarn dev.