Attemp to make work react with elm on a phoenix project.
The project directory for elm is
web
├── channels
├── controllers
│ └── api
│ └── v1
├── helpers
├── models
├── static
│ ├── css
│ │ ├── components
│ │ ├── globals
│ │ ├── libs
│ │ └── modules
│ ├── elm
│ │ └── elm-stuff
│ ├── js
│ │ ├── actions
│ │ ├── components
│ │ ├── containers
│ │ ├── layouts
│ │ ├── reducers
│ │ └── views
│ └── vendor
│ └── css
├── templates
│ ├── category
│ ├── contact
│ ├── layout
│ ├── ledger
│ ├── organization
│ └── page
└── views