课程: Micro Front-End Architecture with React

免费学习该课程!

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

Book-listing team development

Book-listing team development

- [Instructor] The listing team is ready to work on their project. If they're opening this file for the first time, you'll notice that there is no node models installed here. This is because all what you need for this lesson has been made available. All you need to do is change your directory into the listing folder, then run NPM install. Now, this will install all the dependencies that is needed for the project. While this is running, let's take you through what you need to install. In our package.json file, we set our version to version 1.0.0, and our script is webpack serve and development mode. While the build will be serving our production mode. Now, we install react, react dom, react icons, and react router dom because this are the date in this project. And for our dev dependencies, we install babel core, preset env, preset react. Because we're using Tailwind, you install autoprefixer and babel loader is installed, css loader is also installed. All these items here are all the…

内容