dev-app

Launch the account frontend development server with Bun on port 3002.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/monobaselabs/monobase-js --skill dev-app
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-app
Source: https://github.com/monobaselabs/monobase-js/tree/main/.claude/skills/dev-app
Command: npx skills add https://github.com/monobaselabs/monobase-js --skill dev-app

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The dev-app skill makes it easy to run the account frontend development server locally, enabling rapid UI iteration and testing without deploying.

Core Features & Use Cases

  • Start the account frontend in a local dev environment using Bun.
  • Verify the account app is accessible on port 3002 and can connect to the API server.
  • Use during development or QA sessions to validate UI changes quickly.

Quick Start

Start the development server by navigating to apps/account and running bun dev.

Frequently Asked Questions about dev-app

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run the account frontend development server locally with Bun?

To run the account frontend development server locally, navigate to the apps/account directory and execute the bun dev command. This launches the local dev server on port 3002 for UI iteration.

What port does the account app local dev server use?

The account app local dev server uses port 3002. You must verify the server is accessible on this port during QA sessions to validate UI changes and ensure proper API connectivity.

Do I need Bun to start the account frontend UI for testing?

Yes, you need Bun to start the account frontend UI for testing. The local development server requires the Bun runtime to execute the dev command and serve the application locally.

How does the local account app connect to the API server during development?

The local account app connects to the API server through URL configuration defined in the apps/account/.env file. This setup enables the frontend to communicate with backend services during rapid UI testing.

Why use a local development server for account app UI iteration?

Using a local development server for account app UI iteration allows you to validate changes quickly without deploying. It supports rapid testing across local environments during active development or QA sessions.