README.md
# SimpleServer
This is a fast and lightweight web server written in Elixir w/ Plug.
Its intent is to serve static content for testing other apps in development.
It current supports eex templates & serving static assets.
## Installation
* Clone
* Modify `templates/index.eex`
* Run using `mix run --no-halt`