Skip to content

/**

  • express 中间件

  • ”本质“ 回调函数

  • 1 安装 express-generator 脚手架

    1. express projectname 终端
    1. change directory:

    cd projectname

    install dependencies:

    npm install

    run the app:

    SET DEBUG=projectname:* & npm start */

关注公众号