React
安装
npm install -g create-react-app
创建
create-react-app 是全局命令来创建react项目
Express
npm install express --save
MongoDB
https://www.jianshu.com/p/acb684f16bb4 (Windows 环境安装)
Node 连接 MongoDB
npm install mongoose --save
npm install -g create-react-app
create-react-app 是全局命令来创建react项目
npm install express --save
https://www.jianshu.com/p/acb684f16bb4 (Windows 环境安装)
npm install mongoose --save