In the default.html you will find the redirection to GroupedItemsPage.. Something like this :
<div id="contenthost" data-win-control="Application.PageControlNavigator"
data-win-options="{home: 'pages/groupeditems/groupeditems.html'}">
</div>
Replace the bold above to relative path for another page and that should work..
Hope that helps...
- Girija