/stubhub-workshop-code-boston-day-2

Exact code written at StubHub Boston Intro to React & Redux workshop on Day 2

Primary LanguageJavaScript

This project was bootstrapped with Create React App.

Swizec's Redux Workshop Repo - StubHub Boston December 2017

Your journey begins with the starter repo.

$ git clone https://github.com/Swizec/stubhub-workshop-code-boston-day-2.git
$ cd stubhub-workshop-code-boston
$ npm install

This gives you a project set up with create-react-app with everything you need to work on this project

  • all dependencies
  • an Api class that talks to StubHub
  • StubHub auth set up with my tokens
  • all files stubbed with - their imports - styled components
  • routing setup
  • redux store setup

In theory you should be able to focus just on React and Redux fundamentals and not have to worry about any boilerplate. You might have to comment out some imports until we implement them.