What code base would you recommend for a beginner to learn from?

I’ve been trying to look into various ways people structure their Elixir projects, but I started to think - what projects you think are a great example of how one should approach setting up their projects?

Of course there is no “one answer to rule them all”, but would be nice to have something to compare to, that might even have the communitys stamp of “do this”.

F.X: What I’m personally looking for is a clean example of a web project that is well done, but would be nice to have recommendations fro different areas too, because one never knows where they might learn from!

1 Like

I’d suggest looking into GitHub - hexpm/hexpm: API server and website for Hex

1 Like

Nice! Thanks!