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.
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.