# node-case **Repository Path**: Oyxing/node-case ## Basic Information - **Project Name**: node-case - **Description**: node的练习 - **Primary Language**: HTML - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-02 - **Last Updated**: 2021-12-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # node-case node的练习 #### 安装 express 框架 ``` $ npm install express --save-dev ``` #### 安装 ejs模板 框架 ``` $ npm install ejs -save-dev ``` #### 安装 nodemon ``` $ npm install -g nodemon --save-dev ``` #### 运行app.js 文件 ``` $ nodemon .\app.js ```