Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.43 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.43 KB

DevMT Members 📔

Simple React App demo to be used on my presentation about it.

Deploy

Deploy

Up & Running

  • Clone this repo
  • Install dependencies with yarn install
  • Create .env file with cp .env.sample .env and configure the settings there (see the section below)
  • Start the app with yarn start

Branches & Versions

We got three different versions on this project that are separated by their branch:

  • master: Hard coded data flow
  • manual: API data flow with manual work inside of the class components
  • redux: API data flow with Redux implementation and class components
  • hooks: API data flow function components and hooks

API

Since Slack Web API doesn't seem to support CORS, I actually had to create a tiny back-end wrapper server to support it.

So you got two options:

Author

Dhyego Calota dhyegofernando@gmail.com

License

MIT