March 2020
Intermediate to advanced
328 pages
7h 58m
English
If you have not yet downloaded the book’s code, following the instructions found in Introduction, then do so now—you’ll need the project base in order to start this chapter. You should copy the base project into a working folder, like so. You’ll need to substitute code/location with the folder of the extracted code:
| | $ cp -R code/location/sneakers_23_base ~/sneakers_23 |
| | $ cd ~/sneakers_23 |
| | $ git init && git add . && git commit -m "initial commit (from base)" |
The project base is now set up in a folder that you can work from. You can verify that everything is working by running the test suite.
| | $ mix deps.get && mix ecto.setup && |
Read now
Unlock full access