-
Install all microfrontends dependencies (host & remotes)
npm run install-deps
-
Run all microfrontends
npm run sneakers-store
-
Access to homepage microfrontend
http://localhost:5000/
Microfrontend | Type | Alone execution | Access link |
---|---|---|---|
Homepage | Host | npm run homepage |
http://localhost:5000/ |
Search bar | Remote | npm run searchbar |
http://localhost:5001/ |
Product list | Remote | npm run productlist |
http://localhost:5002/ |
Cart | Remote | npm run cart |
http://localhost:5003/ |