https://github.com/condef5/mini-app
https://github.com/condef5/mini-app
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/condef5/mini-app
- Owner: condef5
- Created: 2024-06-29T07:49:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-12T18:56:31.000Z (almost 2 years ago)
- Last Synced: 2025-01-22T15:32:59.256Z (over 1 year ago)
- Language: TypeScript
- Size: 15.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```bash
# npm
npm install
npm run dev --host
```
```bash
# yarn
yarn
yarn dev --host
```
# Links
- [Doc](https://docs.ton.org/develop/dapps/twa)
- [Example TMA](https://t.me/vite_twa_example_bot/app)
- [Link](https://twa-dev.github.io/vite-boilerplate/)