Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 450 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 450 Bytes

RouterExample

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.

Running

  1. Install our dependencies
$ mix deps.get
  1. Run the server
$ mix run --no-halt
  1. Enjoy at localhost:4001