Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 349 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 349 Bytes

Calendar demo

Demonstrates a calendar application with server side rendering and dynamic updates on the client.

git clone https://github.com/rubys/wunderbar.git
cd wunderbar/demo/calendar
bundle update
rackup

Visit the URL listed (typically http://localhost:9292/) and traverse to other calendar pages with left and right arrow keys.