An open API service indexing awesome lists of open source software.

https://github.com/maxinteger/elm-app-with-auth

Elm app with authentication
https://github.com/maxinteger/elm-app-with-auth

Last synced: 26 days ago
JSON representation

Elm app with authentication

Awesome Lists containing this project

README

          

# Elm App with authentication

based on an Auth0 blog post:
- [Creating Your First Elm App: From Authentication to Calling an API (Part 1)](https://auth0.com/blog/creating-your-first-elm-app-part-1/)
- [Creating Your First Elm App: From Authentication to Calling an API (Part 2)](https://auth0.com/blog/creating-your-first-elm-app-part-2/)

## Install & run

```
npm i -g elm gulp
npm i
elm package install

gulp
```