- Used create-react-app to initialise basic React - this deals with webpack and some other background stuff
- Added Redux implementation to deal with the store and fetch the data from Eventbrite
git clone https://github.com/rp825/eventbrite-viewer.git
cd eventbrite-viewer
npm i
npm start