课程: Micro Front-End Architecture with React
免费学习该课程!
今天就开通帐号,24,700 门业界名师课程任您挑!
Book-listing team development - React.js教程
课程: Micro Front-End Architecture with React
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…
内容
-
-
-
-
-
-
-
(已锁定)
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 秒
-
(已锁定)
-