In this video we look at creating a Slack App Home page view using Slack Block Kit Builder, enhancing our previous build in the 'Getting Started With Slack App Development'.
Pastebin source code - https://pastebin.com/gAaxdneQ
Create your app here - https://api.slack.com/apps/
We will use different packages throughout this video, they are below:
- Build apps with JavaScript in Node.js (https://nodejs.org/en/)
- Install packages with npm (https://www.npmjs.com/)
- Expose our local host environment using ngrok (https://ngrok.com/)
- Automatically restart the app with Nodemon (https://www.npmjs.com/package/nodemon)
- Build Slack apps fast with Bolt (https://slack.dev/bolt-js/tutorial/getting-started)
- Build views easy with Slack Block Kit Builder (https://app.slack.com/block-kit-builder/)