How to Create a Simple Static Website Using Phoenix Framework 1.6
$ mix phx.new sample_app --no ecto
$ cd sample_app/
We will first create a controller to handle static pages name Static Page Controller.
This will be designated by the name StaticPage.We will create actoins for Home page, a Help page, and an Abou...
alexcosmas.com2 min read