Skip to content

parlez-vous/admin-dashboard

Repository files navigation

Parlez-Vous Landing Page

Work In Progress

master maps to https://master--adoring-banach-15797c.netlify.com/ ... consider this the staging branch

Need to connect this with the server

Optimizations

https://discourse.elm-lang.org/t/optimize-elm-compilation-with-webpack/2191/8

Architectural Inspiration

Contributing

Adding a new page

  • Add a new .elm file to the Routes folder. This file will represent the page.
  • Connect the Model and the Msg within the Router.elm file
    • Update the parser which will take care of url handling
    • Update the update function so that it's aware of events that will occur within the new page
    • Update the view function so that it renders your page!
    • Update the transitionTrigger function so that any "on-load" events get fired within your new page

Releases

No releases published

Packages

No packages published

Languages