# run > Install dependencies and run the app in development mode - Author: Bill Li - Repository: slaytr/experiments - Version: 20260202002109 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/slaytr/experiments - Web: https://mule.run/skillshub/@@slaytr/experiments~run:20260202002109 --- --- name: run description: Install dependencies and run the app in development mode allowed-tools: Bash --- Run both backend and frontend applications in development mode: 1. Install backend dependencies: `cd backend && npm install` 2. Install frontend dependencies: `cd frontend && npm install` 3. Start the backend dev server in background: `cd backend && npm run dev` (runs in background) 4. Start the frontend dev server in background: `cd frontend && npm run dev` (runs in background)