Part 1 Setting Up Our System
Before we can build our app, we need a system that is set up for fast development. This means we’ll need to install tooling to autoformat, lint, and test our code, alongside using Git for version control and Terraform to manage the infrastructure.
This part consists of the following chapter:
- Chapter 1, Setting Up Our System for Development