# ripe **Repository Path**: zhangxiaoxin/ripe ## Basic Information - **Project Name**: ripe - **Description**: 开发项目 - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-03-07 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #ripe #第一步npm init 创建package.json #第二步npm install express --save #创建文件结构 public routes util #创建app.js #创建.bowerrc文件此文件是bower的初始启动读取文件 #npm install bower --save-dev #bower init #导入所需静态资源文件 #bower install angularjs --save #bower install require --save 等等 #开始构建grunt #npm install -g grunt-cli #创建Gruntfile.js文件 #npm install grunt --save-dev