1 Star 0 Fork 7

wx_83945105/fineui

forked from 帆软软件/fineui 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
server.js 324 Bytes
一键复制 编辑 原始数据 按行查看 历史
windy 提交于 2018-11-05 09:30 . 无JIRA任务 npm start起不来
/*eslint no-console:0 */
'use strict';
const express = require('express');
const open = require('open');
const fs=require("fs");
const app = express();
const port = 3000;
app.use(express.static("./"));
app.listen(port, function() {
console.log("server start");
open('http://localhost:' + port + '/index.html');
});
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/83945105/fineui.git
git@gitee.com:83945105/fineui.git
83945105
fineui
fineui
master

搜索帮助