Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.47 KB

README.md

File metadata and controls

42 lines (32 loc) · 1.47 KB

Usage,

Website is live at this url: https://meetup-subscribe.surge.sh

Rsvp's only work for meetups that have been announced by the organizer. 🧐

Meetup Oauth2 React Redux Starter Application.

  1. Big thanks to epoch meup. The oauth stuff was implemented from that project.

  2. Upgrade the project to add React Router and React Loadable to make the codebase simpler.
    The results of the requests have also been simplified to remove complexity.

  3. If you need to see a post request, checkout "rsvp auto subscribe app".
    Works off of this base application and adds a few goodies. 😉

Libries Used:

  1. React
  2. Redux
  3. Ramda
  4. React-Router
  5. React-Loadable

Install Instructions:

git clone https://github.com/MichaelDimmitt/React-Oauth2-Meetup-Starter-Kit.git;
cd React-Oauth2-Meetup-Starter-Kit;
npm install;
npm start;

License

Meetup Oauth 2 application based on meup_by_epoch

MIT © epoch Meup is a lean web client that shows all your upcoming meetups in a single page.

Deploy to surge.sh

npm install -g surge;
yarn build; cp build/index.html build/200.html; echo '*' > build/CORS; surge build meetup-subscribe.surge.sh
# make sure cache is disabled in network tab of dev tools.