rwieruch / react-micro-frontend-example

One approach for a micro frontend in React.

Home Page:https://www.robinwieruch.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-micro-frontend-example

Build Status Slack

How to transform a React application into a Micro Frontend architecture. Learn more about it here. Builds up on top of: Advanced React with Webpack setup.

Installation

  • git clone git@github.com:rwieruch/react-micro-frontend-example.git
  • cd react-micro-frontend-example
  • npm install
  • npm start
  • visit http://localhost:8080

Usage

  • npm run start
  • Micro Frontend 1: npm run start:programming
  • Micro Frontend 2: npm run start:installation

About

One approach for a micro frontend in React.

https://www.robinwieruch.de


Languages

Language:JavaScript 97.2%Language:HTML 2.8%