POC of SaaS app built on micro frontend architecture. Click here for a working demo.
- Container (Main app to integrate others along with common Navigation)
- Marketing (Landing page for the whole app)
- Authentication (Includes Sign in and signup)
- Dashboard (Home page for authentication user)
To install dependencies on each application
npm installTo run each application in isolation use
npm startTo create a production build
npm run build