Skip to content

kayrules/klreact-mfe

Repository files navigation

Micro-Frontend Boilerplate: klreact-mfe

This source code was made available as part of for KLReact, 2022 sharing by me. You may find the presentation deck here

Installing all packages

yarn install

Starting all services

yarn start:all

Starting selected service

yarn start:<service name>
eg:
yarn start:container

Build all services for deployment

mv .env.example .env
yarn build:all

Running local build files from ./dist

npx serve ./dist
open http://localhost:3000

About

KLReact Micro-Frontend Demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages