Technical requirements
Before we start, please install all requirements from Chapter 1, Preparing For Full-Stack Development, and Chapter 2, Getting to Know Node.js and MongoDB.
The versions listed in those chapters are the ones used in the book. While installing a newer version should not be an issue, please note that certain steps might work differently on a newer version. If there is an issue with the code and steps provided in this book, please try using the versions mentioned in Chapters 1 and 2.
You can find the code for this chapter on GitHub: https://github.com/PacktPublishing/Modern-Full-Stack-React-Projects/tree/main/ch12.
The CiA video for this chapter can be found at: https://youtu.be/Gl_5i9DR_xA.
If you cloned the full repository for the book, Husky may not find the .git
directory when running npm install
. In that case, just run git
init
in the root of the corresponding chapter folder.