Skip to content
Thierry Lam edited this page Sep 27, 2023 · 1 revision
  1. Run a script within a phoenix project. Create a script called sample.exs. You can then run the script with existing phoenix modules with:

     mix run sample.exs
    

Clone this wiki locally