FarseerTeam / Farseer

MIT License
2 stars 8 forks source link

Create Main Page (with Angular) #4

Closed robertfmurdock closed 9 years ago

robertfmurdock commented 10 years ago

Make the default page of the website an angular app. The default page should have the title of the application (for now, Farseer) at the center top in bold lettering.

On loading of the default page, have angular automatically redirect to a 'players' route. The players route should render the names of all the players as a list.

For now, the players can be hardcoded in the angular code. Later these will need to come from the server.

robertfmurdock commented 10 years ago

This should also make the application no longer look like the yeoman default. Yeoman related images should be removed.