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
publicPath
in webpack.config.js :publicPath : '/'
. - comment react-router-dom
basename
inRoot
file. - Change in
Root
file{ path: "/", // blank in case of github pages else "/" element: <MainPage />, },
- Check
remote-url.js
file and do the changes accroding to your need. - Check
scripts
inpackage.json
file to run the application.