Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sota1235/slack_app_boilerplate

Boilerplate to build your Slack App
https://github.com/sota1235/slack_app_boilerplate

Last synced: 14 days ago
JSON representation

Boilerplate to build your Slack App

Awesome Lists containing this project

README

        

Slack App Boilerplate
====

## Requirement

- Node.js v18

## Setup

```
npm i
cp .env.example .env
vi .env
npm run start:dev
```