Just wondering about is it possible to run a single static page locally (just two files in a project index.html and styles.css) using Elixir-native http-server?
Today, for these purposes I run $ npx http-server in the root folder.
May be there is a same simple method but using Elixir?