byrondover / slack-bolt-quickstart-typescript

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 67.0%Language:TypeScript 33.0%