This is the example application to accompany the blog post Building web apps with Plug.Router. We encourage you to check out the blog post for details on the application and it's purpose.
- Install our dependencies
$ mix deps.get
- Run the server
$ mix run --no-halt
- Enjoy at localhost:4001