Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 146 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 146 Bytes

Elm-spa-auth-example

Backend.

  1. cd backend
  2. npm i
  3. node server

Frontend.

  1. cd frontend
  2. npm i
  3. npm run start