mfe-orchestrator
v1.0.2
Published
An MFE repository orchestrator that will consume module repositories
Readme
MFE Orchestrator
A modern base project built with Modern.js and Tailwind CSS, ready for developing a micro frontend orchestrator.
🚀 Features
- Modern.js: Modern React framework configured and working
- Tailwind CSS: Utility-first CSS framework integrated and operational
- TypeScript: Full TypeScript support
- Rspack: High-performance bundler
- Modern Interface: Initial page styled with Tailwind CSS
🛠️ Technologies
- Modern.js: Modern React framework for web applications
- React 18: JavaScript library for user interfaces
- TypeScript: Typed superset of JavaScript
- Tailwind CSS: Utility-first CSS framework for styling
- Rspack: High-performance bundler
📦 Installation
- Clone the repository:
git clone <repository-url>
cd mfe-orchestrator- Install dependencies:
npm install- Start the development server:
npm run dev- Access the application at
http://localhost:8080
🚀 Available Scripts
npm run dev- Starts the development servernpm run build- Builds the application for productionnpm run start- Starts the application in production modenpm run serve- Serves the built applicationnpm run lint- Runs the linternpm run test- Runs the tests
🏗️ Project Structure
src/
├── styles/ # Global styles
│ └── globals.css # Global CSS with Tailwind
├── App.tsx # Root application component
└── index.tsx # Application entry point📄 License
This project is under the license specified in the LICENSE file.
