Skip to content

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.

Notifications You must be signed in to change notification settings

KshitijRaj09/root_application_mf

Repository files navigation

Microfrotnend-socialmedia/root-application

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 links of all the microfrontends repos created for this project below :

You can find link of backend microservice here : Backend-service

How to run in local

[!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 in Root 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 in package.json file to run the application.

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages