npm install -g express
npm install -g express-generator
express -V
express helloworld
cd helloworld
npm install
npm start localhost:3000 查看搭建的博客
npm install mysql
npm install -g express-generator
express -V
express helloworld
cd helloworld
npm install
npm start localhost:3000 查看搭建的博客
npm install mysql