https://github.com/matsubara0507/elm-github-oauth2-sample
Sample Project for Elm + GitHub OAuth 2.0 (Firebase).
https://github.com/matsubara0507/elm-github-oauth2-sample
elm-application firebase-authentication github-graphql github-oauth
Last synced: 3 months ago
JSON representation
Sample Project for Elm + GitHub OAuth 2.0 (Firebase).
- Host: GitHub
- URL: https://github.com/matsubara0507/elm-github-oauth2-sample
- Owner: matsubara0507
- License: mit
- Created: 2020-02-07T13:59:29.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-09T06:57:03.000Z (almost 6 years ago)
- Last Synced: 2025-07-04T10:04:50.050Z (7 months ago)
- Topics: elm-application, firebase-authentication, github-graphql, github-oauth
- Language: Elm
- Homepage: https://matsubara0507.github.io/elm-github-oauth2-sample
- Size: 173 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# elm-github-oauth2-sample
Sample Project for Elm + GitHub OAuth 2.0 (Firebase).

## Build
```
$ elm make --output=docs/static/main.js src/Main.elm --optimize
```