I'm following this tutorial for a Phoenix live chat: https://www.youtube.com/watch?v=fyg0FuSL5DY&t=280s. In the video the guy goes to a file called page_live.html.leex to edit the webpage content, but I can't seem to find the file in my own project folder. I have looked everywhere in my project directory.
I ran mix phx.new --live --no-ecto chat
to create the project folder.
can anyone help me?