adventurelookup-frontend icon indicating copy to clipboard operation
adventurelookup-frontend copied to clipboard

Create the application skeleton

Open brehaut opened this issue 8 years ago • 4 comments

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.

  • [ ] Infrastructure for development time:
    • [x] Dependency management.
    • [x] Build scripts (get deps, clean, make distribution build)
    • [ ] Web server integration with backend teams nginx config.
  • [x] Application stub:
    • [x] Minimal home page controller and view ("hello world")
    • [x] Minimal template
    • [x] Minimal stylesheets
  • [ ] Confirm webpack tree-shaking

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 avatar May 31 '16 00:05 brehaut

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

brehaut avatar May 31 '16 00:05 brehaut

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.

brehaut avatar Jun 03 '16 04:06 brehaut

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

pejter avatar Jun 08 '16 17:06 pejter

Great news. Thank you Pejter.

brehaut avatar Jun 08 '16 18:06 brehaut