- npm run reinstall
- npm run start:template
- npm run build:template
- npm run start
- npm run build
src
|── App.elm
|── Types.elm " Main app types"
|── State.elm " Main update and initial Model state"
|── View.elm " Main view elm file"
|──> Views " Dir with all components views/ views helpers ex: Tabs, btns"
├── Styles
|──> General.elm " General inline styles / css utilities "
├── Rest.elm "All fn relatives to Rest api"
|── Data.elm "All json decoders for types"
|── Phx " All phoenix fn's"
|──> Phx " Helpers for phx module and actions"
|──> Phx " Msg / other types relative to phx"
|── CustomEvents " Helpers for custom dom events"