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
- Host: GitHub
- URL: https://github.com/simonewebdesign/elm-maru
- Owner: simonewebdesign
- Created: 2016-01-12T11:15:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-11T17:38:24.000Z (about 10 years ago)
- Last Synced: 2025-11-19T22:03:19.942Z (7 months ago)
- Language: Elm
- Size: 74.2 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.