1.0.4 • Published 4 years ago
create-telegram-app v1.0.4
Set up telegram bot dev environment with Telegram Framework.
Install
$ npx create-telegram-app <path> --typescript
$ cd <path>Note: flag typescript is optional, if it's absent - regular javascript project will be created
Configuration
Specify telegram token in .env file
// .env file
TELEGRAM_TOKEN=...Start
$ npm start