Yield.IO is a React/Redux/Chartjs/AWS Lambda example app which displays US Treasury bond yield charts and updates them daily. The data is retrieved from the US Treasury web site.
The AWS lambda backend updates a Twitter feed when new results are available.
To build and run the client execute the following:
cd client
npm install
npm build-css
npm start