/elm-github-profile

Example to fetch users in Elm using the github api

Primary LanguageElm

Elm Github profile

A simple example to fetch users in Elm using the github api

Github profile

Folder structure

├── 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

Install

Run npm install

Development

Run npm start to start the development server on localhost:3000