This project start microfrontend
Prerequisites
- Node.js installed
- npm installed
Clone the repository:
git clone
Change to the project directory:
cd microfrontents-wk
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
Please read CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.