Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 652 Bytes

README.md

File metadata and controls

37 lines (29 loc) · 652 Bytes

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.