A simple example to fetch users in Elm using the github api
├── elm-package.json
├── package.json
├── src
│ ├── index.html
│ ├── index.js
│ ├── Main.elm
│ ├── Models.elm
│ ├── Msgs.elm
│ ├── styles
│ │ └── styles.css
│ ├── Update.elm
│ └── User
│ ├── Commands.elm
│ └── View.elm
└── webpack.config.js
Run npm install
Run npm start
to start the development server on localhost:3000