itsahedge / vite-boilerplate

This template provides a minimal setup to get TWA working in Vite with React, TypeScript, HMR and some ESLint rules.

Home Page:https://t.me/vite_twa_example_bot/app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


logo of telegram web apps

Telegram Mini Apps(TMA) + React + TypeScript + Vite

Vite (which means "fast" in French) is a front-end build tool and development server that aims to provide a faster and leaner development experience for modern web projects. We will utilise Vite to create Telegram Mini App example.

This template provides a minimal setup to get TMA working in Vite with React, TypeScript, HMR and some ESLint rules.

Usage

# npm
npm install
npm run dev --host
# yarn
yarn
yarn dev --host

Links

About

This template provides a minimal setup to get TWA working in Vite with React, TypeScript, HMR and some ESLint rules.

https://t.me/vite_twa_example_bot/app


Languages

Language:CSS 41.9%Language:TypeScript 39.5%Language:JavaScript 10.1%Language:HTML 8.5%