Deploy Slack Bolt App using Vercel

This is an example of how to deploy a Slack Bolt app using Vercel. By leveraging The Vercel Serverless Platform, one can quickly build a Slack App and deploy for free.

A blog post is here.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.