Skip to content

Jackie-5/here

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#serve-here

NPM Version NPM Downloads MIT License Build Status Dependency Status Gittip

local static server

installation

sudo npm install -g serve-here

usage

In your local folder, type here and it goes!

advanced usage

specify port to 8888

here -p 8888

or

here --port 8888

default port is 3000

specify server root directory

here -d test

or

here --directory test

default directory is ./

do not open the browser

here -s

or

here --silent

verbose log

here -v

or

here --verbose

About

local static server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.4%
  • HTML 3.1%
  • CSS 0.5%