Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 313 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 313 Bytes

Mircrofrontend todo react app

Using webpack module federation

How to run locally:

cd Todos
npm install
npm start
cd Forms
npm install
npm start
cd host
npm install
npm start

After running about commands open http://localhost:8080/ in browser