This application is a part of Social media microfrontend project. It is the root application built using mui, reactjs with and for routing react-router-dom has been used.
Webpack@5 has been used as module bundle in this project.
You can find link of backend microservice here : Backend-service
[!IMPORTANT]
Change below line of code in files to run in local, some configurations are done to run the application in github pages
- Change
publicPathin webpack.config.js :publicPath : '/'. - comment react-router-dom
basenameinRootfile. - Change in
Rootfile{ path: "/", // blank in case of github pages else "/" element: <MainPage />, }, - Check
remote-url.jsfile and do the changes accroding to your need. - Check
scriptsinpackage.jsonfile to run the application.