/peloton-instructors-react

Peloton instructor cards built using React

Primary LanguageCSS

Peloton Instructors React

Example Peloton instructor cards built using React

Getting Started

git clone https://github.com/ostranme/peloton-instructors-react.git
cd peloton-instructors-react
npm install
npm run start

CORS

Due to CORS issues, disable web security in Chrome to run and view app

Example on Mac

open /Applications/Google\ Chrome.app --args --user-data-dir="/var/tmp/Chrome dev session" --disable-web-security