Route '/' should redirect to '/signin'
Route '/' should return html(or handlebars) file with your react app
Example html file
<div id="root"></div>
<script src="path/to/your/main.js"></script> // This script should attach your react app to the #root node