Small elimir template
| config | Initial import | |
| lib | Initial import | |
| manifest.scm | Initial import | |
| mix.exs | Initial import | |
| README.org | Convert README to org format. | |
| run_mix.sh | Initial import | |
Phoenix Example with Guix
A minimal Phoenix application using Guix packages.
Run
With Guix
guix shell --manifest=manifest.scm -- ./run_mix.sh phx.server
Without Guix
mix deps.get
mix phx.server
Visit http://localhost:4000