An open API service indexing awesome lists of open source software.

https://github.com/nyavro/react-mini-app


https://github.com/nyavro/react-mini-app

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          




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

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


# Links
- [Doc](https://docs.ton.org/develop/dapps/twa)
- [Example Bot](https://t.me/vite_twa_example_bot)
- [Link](https://twa-dev.github.io/vite-boilerplate/)