---
sidebar_position: 7
---

# 🚀 Run This App

## 📋 Overview
Learn how to run and test the e-School mobile app in development mode.

## 🔄 Steps to Run

### 1️⃣ Initial Setup
1. Install Flutter SDK
2. Set up development environment
3. Clone the repository

### 2️⃣ Run the App
1. Open project in IDE
2. Run `flutter pub get`
3. Start the app:
   ```bash
   flutter run
   ```

## 📝 Notes
- Ensure all dependencies are installed
- Check device/emulator connection
- Monitor debug console
- Test on both platforms

![e-School SaaS](../../static/images/installation/app/commandList.png) 