Attached is a boilerplate containing a pre-generated React project. Please download, unzip, and then move the entire client directory into your complex project directory.
After unzipping and moving, change into the client directory using your terminal:
cd client
Then, install the dependencies:
npm install
We will use these files in the next lecture.