Link your index page to your start page
You can route users from your service’s index page to your start page. The index page is the page that loads when users go to http://localhost:3000.
- Open the
index.htmlfile in yourapp/viewsfolder. - Add an
<a>tag that links to/magical-powers.
You can now find out how to publish your prototype online, so you can share it with your team or do user research.