create-code-app

Solid

Creates Power Apps code apps using React and Vite. Use when building code apps, scaffolding projects, or deploying to Power Platform.

Web & Frontend 317 stars 63 forks Updated today MIT

Install

View on GitHub

Quality Score: 92/100

Stars 20%
83
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

**📋 Shared Instructions: [shared-instructions.md](${CLAUDE_PLUGIN_ROOT}/shared/shared-instructions.md)** - Cross-cutting concerns. **References:** - [prerequisites-reference.md](./references/prerequisites-reference.md) - Prerequisites and required permissions - [troubleshooting.md](./references/troubleshooting.md) - Common issues, npm scripts, resources # Create Power Apps Code App ## Workflow 1. Prerequisites → 2. Gather Requirements → 3. Plan → 4. Auth & Select Environment → 5. Scaffold → 6. Initialize → 7. Build & Deploy (baseline) → 8. Add Data Sources → 9. Implement App → 10. Final Build & Deploy → 11. Summary --- ### Step 0: Check Memory Bank Check for `memory-bank.md` per [shared-instructions.md](${CLAUDE_PLUGIN_ROOT}/shared/shared-instructions.md). Skip completed steps. ### Step 1: Validate Prerequisites Run prerequisite checks **first** -- no point gathering requirements if the environment isn't ready. See [prerequisites-reference.md](./references/prerequisites-reference.md) for details. Check Node.js, the npm CLI package, and Git (runs natively in bash): ```bash node --version # Must be v22+ git --version # Optional but recommended ``` Check `pac` CLI via PowerShell — it's a Windows executable not on the bash PATH: ```bash pwsh -NoProfile -Command "pac" # Used for auth, env selection, code commands ``` - **Missing Node.js**: Report "Install Node.js v22+ from https://nodejs.org/" and STOP. - **Node.js ...

Details

Author
microsoft
Repository
microsoft/power-platform-skills
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category