Invite-Only Early AccessThink Throo GitHub App AI features (PR reviews, architecture checks) are currently in invite-only mode. Request access here.

Build Invoice Generator

Create invoice-app projectCreate Next.js project named invoice-app

Create Next.js project named invoice-app

In this lesson, you will create a Next.js project using create-next-app. Run the following command in your CLI:

npx create-next-app@latest invoice-app

Follow through the prompts and it will install the dependencies and create the invoice-app Next.js project.