Skip to content

simonewebdesign/elm-maru

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Elm Maru

A web application with Elixir in the backend and Elm in the frontend.

Try it!

Open 3 terminals and run:

  1. cd server ; iex -S mix - starts the Elixir API.
  2. cd client ; make server - starts the web server on localhost:8000.
  3. cd client ; make ; make watch - compiles the frontend and starts the file watcher.