Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 355 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 355 Bytes

Elm Auth plug and play

Take this elm SPA and plug it against Backend code of your choice

  • It contains Login / Signup / Verification / Forgot Password / Reset Password flow
  • Private and Public routes
  • Session via JWT token

###Local development

  • elm make src/Main.elm --output=public/app.js
  • start app: npm start
  • tailwind: npm run css:watch