The Application: Running the Code
Take a look at how to start the application and test the functionality in the shell.
We'll cover the following...
We'll cover the following...
Code
To run the shell, we’ll use the command iex -S mix
. The shell will now start and we can test the functions that we created. To test ...