Skip to content

Example of Slack OAuth 2.0 flow with create-react-app and Express server, both written in Typescript

License

Notifications You must be signed in to change notification settings

NichaRoj/slack-oauth-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Example of Slack OAuth 2.0 flow with create-react-app and Express server, both written in Typescript

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published