react-vite

Scaffold React 18+ and Vite frontends for Telegram Mini Apps.

4|1|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/AndVl1/claude-plugin --skill react-vite
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: react-vite
Source: https://github.com/AndVl1/claude-plugin/tree/main/skills/react-vite
Command: npx skills add https://github.com/AndVl1/claude-plugin --skill react-vite

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a ready-to-use React 18+ + Vite frontend scaffold and pattern kit for Telegram Mini Apps, minimizing boilerplate so teams can focus on feature work.

Core Features & Use Cases

  • Project architecture blueprint with a scalable src layout
  • Reusable component templates and hooks patterns
  • State management and API client scaffolding
  • Routing, Vite configuration, and production-ready patterns

Quick Start

Install Node.js and npm, then bootstrap using the included template or follow these steps:

  • Create a new project using the blueprint: npm create vite@latest my-app --template react
  • Install dependencies: cd my-app && npm install
  • Start the development server: npm run dev

Frequently Asked Questions about react-vite

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a Telegram Mini App frontend using React 18+ and Vite?

To scaffold a Telegram Mini App frontend, use the provided Vite template to generate a React 18+ project, run npm install for dependencies, and apply the included scalable src layout blueprint to establish a production-ready project structure.

What is the best way to structure a scalable React Vite project for an MVP?

The best way to structure a scalable React Vite project is to apply a templated architecture with a scalable src layout, reusable component templates, hook patterns, and an API client scaffold to accelerate delivery from MVP to production.

Do I need TypeScript to use this React Vite frontend pattern kit?

Yes, TypeScript is required to use this React Vite frontend pattern kit. The skill provides TypeScript setup guidelines alongside Vite configuration, routing, and state management scaffolding to ensure type-safe frontend development.

Can I use this Vite template for production-level Telegram Mini Apps?

Yes, you can use this Vite template for production-level Telegram Mini Apps. It provides production-ready patterns including routing, Vite configuration, state management, and API client scaffolding designed to scale beyond rapid MVPs.

How does Vite configuration work with React 18 and Telegram Mini Apps?

Vite configuration works with React 18 and Telegram Mini Apps by providing clear configuration guidelines that integrate with a templated project structure, reusable hooks, and an API client scaffold to streamline frontend delivery and minimize boilerplate.