# mgtv **Repository Path**: litthy/mgtv ## Basic Information - **Project Name**: mgtv - **Description**: No description available - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-11-15 - **Last Updated**: 2020-12-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mgtv #### 项目介绍 nodejs的实验项目 #### 软件架构 nodejs Express框架 #### 安装教程 1. npm install 2. npm start #### 开发前安装 1. npm config set registryhttps://registry.npm.taobao.org/ 2. npm i -g express express-generator 3. express xxxx --hbs 4. node-dev: npm i -g node-dev 5. 配置package.json: node-dev ./bin/www #### 更新 2018-11-15 项目上传