generated from jonmatum/react-mfe-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Documentation Index
GitHub Action edited this page Aug 15, 2025
·
4 revisions
Welcome to the React MFE Template documentation! This wiki contains comprehensive guides and references for using and extending the template.
- Home - Project overview and quick start
- Template Usage - How to use this template
- Implementation Guide - Detailed implementation instructions
- Quick Start Example - Get started quickly
- Code Analysis - Comprehensive code quality analysis tools
# Clone and setup
git clone https://github.com/jonmatum/react-mfe-template.git my-project
cd my-project
npm install
npm run dev# Analyze your code
npm run analyze
npm run analyze:detailed
npm run analyze:complexitynpm run dev # Start development
npm run build # Build for production
npm run test # Run tests
npm run lint # Lint codeLast updated: $(date) Auto-synced from repository documentation
Getting Started
Design System
Deployment
Reference
Quick Install
npm install @jonmatum/react-mfe-shell