Hello, I'm trying to implement Social Login as a consumer.
-
I referred to this repository and tried to run with "elm-app start" but it didn't work. Does this code support for Elm 0.19.0? How can I run in my local if elm-app is not found?
-
I tried to implement in my code similar to your code but but doesn't work. I'm getting errors for import statements in index.js. So I've doubts if we can import functions from ELM file like you did "import { Main } from './Main.elm'; "?
Hello, I'm trying to implement Social Login as a consumer.
I referred to this repository and tried to run with "elm-app start" but it didn't work. Does this code support for Elm 0.19.0? How can I run in my local if elm-app is not found?
I tried to implement in my code similar to your code but but doesn't work. I'm getting errors for import statements in index.js. So I've doubts if we can import functions from ELM file like you did "import { Main } from './Main.elm'; "?