Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sota1235/slack_app_boilerplate
- Owner: sota1235
- Created: 2022-04-07T14:24:51.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-20T20:36:02.000Z (18 days ago)
- Last Synced: 2024-12-24T01:40:46.924Z (15 days ago)
- Language: TypeScript
- Size: 1.08 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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
```