Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav Malyshev committed Oct 9, 2023
1 parent 2245a64 commit 5d74d6d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# telegram-web-mini-app
The APP allow to get random movie inside Telegram

# Why to choose this stack for develop Telegram App
- TypeScript, all type advantages for fast and safe develop
- Popular frameworks, easy to find help and advises
- Easy to run and debug, no need to additional actions
- Intuitive decorators, improve readability

# About Telegram web mini apps
Telegram apps it's sites but work like in inframe and have additional web-api methods.
So we need frontend app and backend server for get updates from Telegram bot.

Expand All @@ -18,3 +27,5 @@ Start frontend. It will start on 3000 port. But for now its now available from e
- you will receive Forwarding address like this https://396c-78-37-196-202.ngrok-free.app
- now anyone can access your frontend, so use the address for development! WARNING! Address will changed then ngrok will be restarted

You also can use https://vercel.com/ for fast frontend deploy

0 comments on commit 5d74d6d

Please sign in to comment.