Example of Slack OAuth 2.0 flow with Simple create-react-app and Express server
A simple create-react-app written in Typescript. To run in development mode:
- In
.env
file, replace the values there with your Slack App's client id and redirect uri. - Run
yarn start
A simple Express server written in Typescript. To run in development mode:
- Create
.env
file with actual values. Consult.env.example
for necessary variables. - Run yarn start