课程: Micro Front-End Architecture with React
免费学习该课程!
今天就开通帐号,24,700 门业界名师课程任您挑!
Coupling and deploying the complete app - React.js教程
课程: Micro Front-End Architecture with React
Coupling and deploying the complete app
- [Instructor] The container team is ready and the port is set to port 3000. And if you notice, since this is the container team, they're bringing in other applications from different teams, the listing, the cart, and the checkouts. Now this is the name that the project was named in the web pack configuration, same as cart. So if you use a different name, this is where you have to specify it. Now, if you're only on local host, this will be your local URL, probably localhost port 3000. But because we are running on CodeSpaces, this is the URL for the micro frontend, but we also need to confirm if this is accurate. After this is set, the next is to check your Tailwind configuration. Now the Tailwind configuration, there's something different between this and the other application. Now since this is the container application, you need to specify where it needs to find the Tailwind configuration for each of the remote application. For the container, it needs to check the container folder…
内容
-
-
-
-
-
-
-
(已锁定)
Project scope and team setup3 分钟 59 秒
-
(已锁定)
Repository and environment setup2 分钟 32 秒
-
(已锁定)
Book-listing team development8 分钟 47 秒
-
(已锁定)
Cart team development3 分钟 21 秒
-
(已锁定)
Checkout team development4 分钟 6 秒
-
(已锁定)
Coupling and deploying the complete app10 分钟 42 秒
-
(已锁定)
Finalizing the app routing5 分钟 25 秒
-
(已锁定)
-