Slack app example from 📚 Getting started with Bolt for JavaScript tutorial
This is a Slack app built with the Bolt for JavaScript framework that showcases responding to events and interactive buttons.
# Replace with your bot and app token
export SLACK_BOT_TOKEN=<your-bot-token>
export SLACK_APP_TOKEN=<your-app-level-token>
# Clone this project onto your machine
git clone https://github.com/slackapi/bolt-js-getting-started-app.git
# Change into the project
cd bolt-js-getting-started-app/
# Install the dependencies
npm install
npm run start
Found a bug or have a question about this project? We'd love to hear from you!
- Browse to slackapi/bolt-js/issues
- Create a new issue
- Select the
[x] examples
category
See you there and thanks for helping to improve Bolt for everyone!