AdventureLookup / adventurelookup-frontend

19 stars 3 forks source link

Create the application skeleton #3

Open brehaut opened 8 years ago

brehaut commented 8 years ago

Before work can begin in anger we need a skeleton application that can run in the context of the backend teams docker container. This needs to be a minimal build system and set of libraries required to get the a stub application to load in a browser.

No Adventure-Lookup application code is required for this skeleton project.

Please try to avoid bringing in 'we might need' dependencies at this stage.

brehaut commented 8 years ago

CC: @Exote, @templetonpr, @AdventureLookup/backend

brehaut commented 8 years ago

Discussion on the discord between frontend regulars comparing the react and angular skeletons decided on going with react (at least initially with material ui) for this.

pejter commented 8 years ago

Backend platform now also hosts frontend. See this commit and the README for details

brehaut commented 8 years ago

Great news. Thank you Pejter.