Fresh Vite App React Ts screenshot

Fresh Vite App React Ts

Author Avatar Theme by Fresh app
Updated: 6 Dec 2025
19 Stars

Fresh React app, automatically generated everyday with "pnpm create vite --template=react-ts"

Categories

Overview

This product is a template that enables developers to easily set up React with TypeScript using Vite, including HMR support and ESLint rules configuration. It offers two official plugins for Fast Refresh, and provides guidance on expanding the ESLint configuration for production applications.

Features

  • React + TypeScript + Vite template: Provides a minimal setup for working with React in Vite.
  • HMR Support: Includes Hot Module Replacement for fast development.
  • ESLint Rules: Offers guidance on configuring ESLint rules for type-aware linting.

Installation

To install this theme, follow these steps:

  1. Configure the top-level parserOptions property.
{
  parserOptions: {
    // configuration here
  }
}
  1. Update ESLint plugin configurations.
// Replace recommended plugin
// Add stylistic type-checked plugin
// Add recommended & jsx-runtime plugins for React

Summary

The React + TypeScript + Vite template provides an efficient setup for building React applications using TypeScript and Vite. It offers HMR support, ESLint rules configuration, and guidance for enhancing linting for production applications.