课程: Micro Front-End Architecture with React

免费学习该课程!

今天就开通帐号,24,700 门业界名师课程任您挑!

Coupling and deploying the complete app

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…

内容