Node-Express-MongoDB项目 开始使用Node.Js,Express和MongoDB的最快方法就是克隆项目: $ git clone https://github.com/arjunkhetia/Node.Js-Express-MongoDB-Project.git 安装依赖项: $ npm install 在http://localhost:3000/启动Express.js应用程序: $ npm start Nodemon Nodemon将监视启动nodemon的目录中的文件,如果任何文件发生更改,nodemon将自动重新启动您的节点应用程序。 使用nodemon在http://localhost:3000/启动Express.js应用程序: $ nodemon bin/www 节点端口查找器 Node PortFinder是一种在计算机上查找开放端口