7 ms·
Ive been waiting for a tutorial like this. I am most likely doing something wrong, but sadly the code samples do not function as listed. Even cloning the repo a
by dve 7y ago
Ive been waiting for a tutorial like this. I am most likely doing something wrong, but sadly the code samples do not function as listed. Even cloning the repo and executing the commands listed only results in errors after the first step.
- bluegene 7y agoAuthor has provided the link to git repo in the article. All you have to do is, git clone https://github.com/pcorey/minimum_viable_phoenix https://github.com/pcorey/minimum_viable_phoenix mix deps.get mix compile mix phx.server and you're good to go
- dve 7y agoBut the article is about phoenix from nothing. The reader is encouraged to work through each literate commit. Mix is not used until half way through the article.