Technical requirements
This chapter will guide you through setting up all the necessary technologies needed for developing full-stack web applications throughout this book. Before we start, please install the following, if you do not already have them installed:
- Node.js v20.10.0
- Git v2.43.0
- Visual Studio Code v1.84.2
Those versions 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 you are having an issue with the code and steps provided in this book, please try using the mentioned versions.
You can find the code for this chapter on GitHub: https://github.com/PacktPublishing/Modern-Full-Stack-React-Projects/tree/main/ch1.
The CiA video for this chapter can be found at: https://youtu.be/dyf3nECvKAE.
Important
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.