# mgweb **Repository Path**: litthy/mgweb ## Basic Information - **Project Name**: mgweb - **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-19 - **Last Updated**: 2020-12-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 项目模版 ## nodejs express --hbs ## 目录结构 ## |-- bin // 页面设置 |-- public // 静态资源,style、图片、js等 | |-- css | |-- moudle // 页面样式 | |-- base.css // 公共样式 | |-- img | |-- js |-- routes // 路由 | |-- helpers | |-- pages |-- views // 页面 | |-- common // 公共组件 | |-- page | |-- layout.hbs |-- .gitignore // 忽略的文件 |-- app.json // 项目引用设置 |-- package.json // 项目启动及工具的依赖配置文件 |-- README.md // 说明 ## 启动项目 ## npm install npm start