This is a simple example of basic usage Airgram for creating Telegram client with JavaScript.
- Clone repository:
$ git clone https://github.com/airgram/airgram-js-example.git
- Install dependencies:
$ cd airgram-js-example
$ npm i
-
Open
.env
and edit config, if it's necessary. -
Run example:
npm run dev