This is POC for Module Federation with Next.js and Chakra UI.
The “Stand With Ukraine Module Federation with Next.js and Chakra UI” is a proof of concept (POC) project that demonstrates the use of Module Federation with Next.js and Chakra UI. The project consists of three Next.js 13 applications, each serving a different purpose. The “layout” app runs on port 3000, the “content” app runs on port 3001, and the “shop” app runs on port 3002. The apps are bootstrapped with create-next-app, and the Module Federation configuration is based on examples from the module-federation-examples repository on GitHub. All components used in the project are taken from Chakra Templates.
To install and run the project, follow these steps:
npm install
npm run dev
The “Stand With Ukraine Module Federation with Next.js and Chakra UI” is a POC project that showcases the integration of Module Federation with Next.js and Chakra UI. It consists of three separate Next.js 13 applications, each serving a distinct purpose. The project utilizes the create-next-app for bootstrapping and incorporates components from Chakra Templates for styling. By following the installation guide, users can easily clone and run the project to explore its features and functionality.