mix_server

A simple mix task to start a (simple) http server on the current dir

Travis (.org)

The simplicity of python -m http.server with the power of Elixir/Erlang.

Install

You can install with

Usage

You can start the server on the current directory with:

By default, it starts a server on localhost at the 4000 port

With the document_root being the current dir ($PWD)

You can also pass the optinoal parameters of host and port

That's it, really, nothing more.

:duck: