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
{{ message }}
This repository was archived by the owner on Mar 13, 2025. It is now read-only.
@@ -118,18 +123,33 @@ Some config files are using domain `local.topcoder-dev.com`. You can change it t
118
123
npm i # to install dependencies
119
124
120
125
npm run dev
126
+
127
+
# this host navbar app as http://localhost:3001/navbar/topcoder-micro-frontends-navbar-app.js
121
128
```
122
129
123
130
3. Run **TaaS** micro-app:
131
+
124
132
```sh
125
133
# inside folder "taas-app" run:
126
134
127
135
nvm use # or make sure to use Node 10
128
136
npm i # to install dependencies
129
137
130
138
npm run dev
139
+
140
+
# this host TaaS App as http://localhost:8501/taas-app/topcoder-micro-frontends-teams.js
131
141
```
132
142
143
+
4. Now we have to update the `micro-frontends-frame` app to show our local version of TaaS App, instead of remote one. Update file `micro-frontends-frame/config/micro-frontends-config-local.json`:
- Now open in the browser http://localhost:8080/taas/myteams.
134
154
- If you are not logged-in yet, you should be redirected to the login page.
135
155
- If you cannot see the application and redirect doesn't happen, make sure that file "http://local.topcoder-dev.com:8501/taas-app/topcoder-micro-frontends-teams.js" is loaded successfully in the Network tab.
0 commit comments