Skip to content

bezael/microfrontend-workshop-starter

Repository files navigation

microfrontends-wk

This project start microfrontend

Prerequisites

  • Node.js installed
  • npm installed

Getting Started

Clone the repository:

git clone 

Change to the project directory:

cd microfrontents-wk

Usage

To install dependencies on all micro-frontends simultaneously, run:

npm run install-all

To start all micro-frontends simultaneously, run:

npm run start-all

To install dependencies and then start all micro-frontends, run:

npm run install-and-start

Contributing

Please read CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.