parlez-vous / admin-dashboard

Admin dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Admin dashboard


Languages

Language:Elm 94.9%Language:JavaScript 3.9%Language:CSS 0.7%Language:HTML 0.4%Language:Shell 0.1%