To keep the course focused on the main topic, we will use an already setup Next.js project. You can clone the project from the GitHub repository and follow along with the course.
This initial code was generated through the Next.js CLI. We just cleaned up the project structure and added Prettier, Husky, Lint-Staged, and the Tailwind CSS class sorter plugin. Clone the repository and install the dependencies:
Note: Just make sure that you start on the branch 0-init, though it is the default branch.
git clone https://github.com/yaralahruthik/login-register-flow-e2e-supabase.git
cd login-register-flow-e2e-supabase
npm install
npm run devThat is it for the setup. Let's move on to the next chapter, where we'll setup the Supabase project for local development.