Install the System Dependencies
Understand how to set up your development environment by installing key system dependencies including Elixir, Erlang, the Phoenix installer, and Node.js with NPM. This lesson guides you through verifying installations and preparing your machine for building scalable Elixir and Phoenix web applications.
We'll cover the following...
We have followed along with functional web development in Educative’s interactive execution environment. Now may be the time to take this to the next level and work with Elixir, OTP, and Phoenix on our machine. Having the suitable versions of the right software installed on our system will ease your way. We’ll need Elixir first and foremost, and Elixir depends on Erlang. We’ll also need the Phoenix installer to generate a new Phoenix interface, and we’ll need Node.js and NPM to manage our ...