This template provides a minimal setup to get micro frontend working app in Vite with ESLint, TSLint and Prettier configurations.
- host - Host app which contains app Router and handle all our services
- remote-a - Service A
- remote-b - Service B
- remote-redux-store - Service which provides shared state
- At first run each service using following commands:
npm run build && npm run preview- Then run host application:
npm run dev- And follow the link http://localhost:5174/