1 Star 0 Fork 0

胖子AK / webpack-velocity

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
app.js 250 Bytes
一键复制 编辑 原始数据 按行查看 历史
胖子AK 提交于 2016-07-13 17:32 . add
var express = require('express'),
config = require('./config/config');
var app = express();
require('./config/express')(app, config);
app.listen(config.port, function () {
console.log('Express server listening on port ' + config.port);
});
NodeJS
1
https://gitee.com/dokak47/webpack-velocity.git
git@gitee.com:dokak47/webpack-velocity.git
dokak47
webpack-velocity
webpack-velocity
master

搜索帮助