Skip to content

Documentation Index

GitHub Action edited this page Aug 15, 2025 · 4 revisions

Documentation Index

Welcome to the React MFE Template documentation! This wiki contains comprehensive guides and references for using and extending the template.

Main Documentation

Tools & Analysis

Quick Links

Getting Started

# Clone and setup
git clone https://github.com/jonmatum/react-mfe-template.git my-project
cd my-project
npm install
npm run dev

Code Analysis

# Analyze your code
npm run analyze
npm run analyze:detailed
npm run analyze:complexity

Development Commands

npm run dev              # Start development
npm run build           # Build for production
npm run test            # Run tests
npm run lint            # Lint code

Additional Resources


Last updated: $(date) Auto-synced from repository documentation

Documentation

Getting Started

Design System

Deployment

Reference


Quick Install

npm install @jonmatum/react-mfe-shell

Clone this wiki locally