Skip to content

jewetnitg/pushstate-asset-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

pushstate-asset-server

A server that

installing

npm install pushstate-asset-server

usage

var server = PushStateAssetServer({
  root: serverRoot,
  port: 9000, // default 9000
  index: 'index.html', // default 'index.html'
  host: 'localhost', // default 'localhost'
  debug: false, // default false
  livereload: false // default false
});

// start the server
server.start();

// stop the server
server.stop();

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages