Technical requirements
The following software is required to follow along with this chapter:
- Docker Desktop Community version 4+
- Docker Engine CE version 24+
- CircleCI account
- Vercel account
- Firebase account
- Coveralls account
The most up-to-date versions of the sample code for the book are on GitHub at the repositories linked in the following list. The repository contains the final and completed state of the code. Follow the instructions below to find out how to verify your progress as you go through the sections of this chapter.
For Chapter 10:
- Clone the repositories https://github.com/duluca/local-weather-app and https://github.com/duluca/lemon-mart.
- Execute
npm install
on the root folder to install dependencies.
package.json
contains builds scripts.
Note that the .circleci
folder contains extra YAML files.
For local-weather-app:
.circleci/config.stage4.yml
represents a simple CI pipeline...