I a building an application that is to function as a webapp and also as a telegram Miniapp. Telegram miniapp has certain special functionalities or features like the initData ,ie the window.Telegram.WebApp.initData
and all available within it. To access these the webapp should be hosted a telegram miniapp, which requires the webapp to be live.
This is not convenient for development and testing purposes.
Is there a way in which i can maybe give my localhost link as the telegram miniapp and run that.
Or what’s the best way for testing and development of Telegram miniapps.