You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update in file `micro-frontends-navbar-app/config/dev.js` values for `ACCOUNTS_APP_CONNECTOR` and `AUTH` to `http://localhost:5000` so Navbar app which handles authentication uses our local Authentication service.
110
+
Update in file `mfe-header/config/dev.js` values for `ACCOUNTS_APP_CONNECTOR` and `AUTH` to `http://localhost:5000` so Navbar app which handles authentication uses our local Authentication service.
111
111
112
112
```sh
113
-
# inside folder "micro-frontends-navbar-app" run:
113
+
# inside folder "mfe-header" run:
114
114
115
115
nvm use # or make sure to use Node 10
116
116
npm i # to install dependencies
117
117
118
118
npm run dev
119
119
120
-
# this host navbar app as http://localhost:3001/navbar/topcoder-micro-frontends-navbar-app.js
120
+
# this host navbar app as http://localhost:3001/navbar/topcoder-mfe-header.js
121
121
```
122
122
123
123
3. Run **Forums** micro-app:
@@ -147,4 +147,4 @@ Some config files are using domain `local.topcoder-dev.com`. You can change it t
147
147
- If you are not logged-in yet, you should be redirected to the login page.
148
148
- If you cannot see the application and redirect doesn't happen, make sure that file "http://local.topcoder-dev.com:8602/forums-app/topcoder-micro-frontends--app.js" is loaded successfully in the Network tab.
149
149
150
-
Congratulations, you successfully run the project. If you had some issue, please, try to go through README of https://github.com/topcoder-platform/micro-frontends-frame and https://github.com/topcoder-platform/micro-frontends-navbar-app.
150
+
Congratulations, you successfully run the project. If you had some issue, please, try to go through README of https://github.com/topcoder-platform/micro-frontends-frame and https://github.com/topcoder-platform/mfe-header.
0 commit comments