Files
2026-06-20 04:28:24 +03:00

1.0 KiB

Step 1: Prepare your modern multi-tier application exercise

Welcome to your "Build applications with GitHub Copilot agent mode" exercise! 🤖

In this exercise, you will build a modern multi-tier application for OctoFit Tracker:

  • Presentation tier: React 19
  • Logic tier: Node.js + Express + TypeScript
  • Data tier: MongoDB

⌨️ Activity: Create and publish your working branch

  1. Open your Codespace for your repository copy.

  2. Open Copilot Chat and switch to Agent mode.

  3. Run this prompt:

    Static Badge

    Please create and publish a new Git branch called build-octofit-app
    
  4. Confirm the active branch is build-octofit-app.

  5. Wait for Mona to post the next step.

Having trouble? 🤷
  • Make sure the branch name is exactly build-octofit-app.
  • Make sure the branch is pushed to your repository.