Skip to content

Commit

Permalink
[#668] Update Getting Started guide to reference example app
Browse files Browse the repository at this point in the history
  • Loading branch information
mwbrooks authored Oct 13, 2020
1 parent 1d3be4f commit 20b539b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/_tutorials/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ redirect_from:
This guide is meant to walk you through getting up and running with a Slack app using Bolt for JavaScript. Along the way, we’ll create a new Slack app, set up your local environment, and develop an app that listens and responds to messages from a Slack workspace.
</div>

When you’re finished, you’ll have this ⚡️[Getting Started app](https://github.com/slackapi/bolt-js-getting-started-app) to run, modify, and make your own.

---

### Create an app
Expand Down Expand Up @@ -311,7 +313,7 @@ You can see that we used `app.action()` to listen for the `action_id` that we na
---

### Next steps
You just built your first Bolt for JavaScript app! 🎉
You just built your first [Bolt for JavaScript app](https://github.com/slackapi/bolt-js-getting-started-app)! 🎉

Now that you have a basic app up and running, you can start exploring how to make your Bolt app stand out. Here are some ideas about what to explore next:

Expand Down

0 comments on commit 20b539b

Please sign in to comment.