An open API service indexing awesome lists of open source software.

https://github.com/simonewebdesign/elm-maru

Elixir API with Elm client
https://github.com/simonewebdesign/elm-maru

Last synced: 25 days ago
JSON representation

Elixir API with Elm client

Awesome Lists containing this project

README

          

# 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.