Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 645 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 645 Bytes

Telegram Mini Apps(TMA)

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