Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 501 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 501 Bytes

slack-oauth-example

Example of Slack OAuth 2.0 flow with Simple create-react-app and Express server

Frontend

A simple create-react-app written in Typescript. To run in development mode:

  1. In .env file, replace the values there with your Slack App's client id and redirect uri.
  2. Run yarn start

Backend

A simple Express server written in Typescript. To run in development mode:

  1. Create .env file with actual values. Consult .env.example for necessary variables.
  2. Run yarn start