Full-Stack React Projects
上QQ阅读APP看书,第一时间看更新

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