Mainly refers from Robin Wieruch - How to Micro Frontend with React
- node & npm
- git
$ git clone git@github.com:sydinh/react-micro-frontend.git
$ cd react-micro-frontend
$ npm install
$ npm run start // Monolith Frontend
$ npm run start:programming // Micro Frontend 1
$ npm run start:installation // Micro Frontend 2
$ npm run build
$ npm run build:analyze
$ npm run host