mix simple_blog.server (simple_blog v0.2.0)
Command responsible for a simple http server to allow local working on blog
Summary
Functions
Link to this function
run(list)
Starts a local HTTP server in the port 4000
Examples
iex> Mix.Tasks.SimpleBlog.Server.run([])
"Server running on localhost:4000"