Template for starting your next awesome project with Lamdera, Elm Land together with Auth and Tailwind
- create a project based on this template
- add the
googleAppClientId
andgoogleAppClientSecret
that you get from the Google Console intoEnv.elm
- in the Google Console, add
http://localhost:8000/login/OAuthGoogle/callback
as the redirect URL npm install
We need to start both lamdera live
and elm-land server
together with the watcher for tailwind
. This is all done in one step with the awesome run-pty so all you need to do is just run
npm start
And open up the running project at http://0.0.0.0:8000