- Full-Stack React Projects
- Shama Hoque
- 68字
- 2021-06-25 21:44:58
Key modules
To integrate the MERN stack technologies and run your applications, we will need the following npm modules:
- React: To start using React, we will need two modules:
- react
- react-dom
- Express: To use Express in your code, you will need the express module
- MongoDB: To use MongoDB with Node applications, you also need to add the driver, which is available as an npm module named mongodb