Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 913 Bytes

README.md

File metadata and controls

51 lines (34 loc) · 913 Bytes

elm-facebook-login

A basic Elm 0.17 0.18 app for logging in with facebook authorization

  • Work in progress

(Readme copied and modified from https://github.com/moarwick/elm-webpack-starter)

Install:

Clone this repo into a new project folder, e.g. my-elm-project, and install its dependencies:

git clone https://github.com/safhac/elm-facebook-login my-elm-project
cd my-elm-project
npm install

Re-initialize the project folder as your own repo:

rm -rf .git
git init
git add .
git commit -m 'first commit'

Install Elm's dependencies:

elm package install

Run with webpack

npm start
  • Access app at http://localhost:8000/
  • Get coding! The entry point file is src/Main.elm
  • Browser will refresh automatically on any file changes..

Changelog

Ver 0.0.2

  • Decode and display Facebook profile picture

Ver 0.0.3

  • Save Model to localstorage