Skip to content

A Sample Node.js + TypeScript Project for Telegram Bot Developers

License

Notifications You must be signed in to change notification settings

smrsan76/node-ts-telegram-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-ts-telegram-bot

A Sample Node.js + TypeScript Project for Telegram Bot Developers

Table of Contents

Installation

You need pnpm to install the node_modules (the dependencies of project):

$ cd /path/to/project
$ pnpm i

If you won't use pnpm as the package manager:

$ cd /path/to/project
$ rm -rf node_modules/ pnpm-lock.yaml
$ npm i # or yarn

Scripts

Script Description
build Transpile/Compile typescript files into javascript files with the target ECMA standard.
start Execute the project build files using pure node.js (without ts-node).
dev Execute the project typescript files using nodemon + ts-node.

About

A Sample Node.js + TypeScript Project for Telegram Bot Developers

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published