/slack-bolt-quickstart-typescript

An attempt to implement the very first example in the official Bolt documentation in TypeScript.

Primary LanguageJavaScript

Slack Quickstart

An attempt to implement the very first example in the official Bolt documentation in TypeScript.

Setup

Requirements

Local Setup

Install Node package dependencies.

yarn install

Export APP_TOKEN and BOT_TOKEN environment variables, or create equivalent .env file.

Usage

yarn start