Skip to content

cys85/nodeServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

轻量级node静态资源服务器

启动

$ npm run start

配置

config.js

{
  port: 8000, // 端口
  publicPath: path.join(__dirname, 'public'), // 静态资源目录
  index: 'index.html' // 资源的index文件
}

About

轻量级node静态资源服务器

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published