Technical requirements
In this chapter, you’ll face the same technical requirements as in Chapter 2. You’ll find the code related to this chapter in the Ch04_TicketSystem_Auth
branch (https://github.com/PacktPublishing/Building-Production-Grade-Web-Applications-with-Supabase/tree/Ch04_TicketSystem_Auth).
In the package.json
file of the repository, I’ve added a reset script that allows you to create a fresh, hassle-free Supabase instance in each branch. Just run it with npm
run reset
.