Skip to content

Telegram Client built using ReactJS with extra features

License

Notifications You must be signed in to change notification settings

dinesh99639/TelegramWeb

Repository files navigation

Telegram Web

Interface

Sample screenshot

Steps to run locally

Install node.js.

Install dependencies with:

npm ci

This will install all the needed dependencies.

All TDLib files will be installed into node_modules/tdweb/dist/ folder. Manually copy them into the public folder with:

cp node_modules/tdweb/dist/* public/

Run the app in development mode with:

npm run start

Open http://localhost:3000 to view it in the browser.

About

Telegram Client built using ReactJS with extra features

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published