1.0.1 • Published 8 years ago

quick-static-server v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

quick-static-server

Express.js based node server for quick static deployments

npm: github: github: Build Status

Install

npm install quick-static-server

Usage

npm start
Options

Edit options.json to set the deployment. Avaliable options are:

  • publicPath {String} optional - defaults to __dirname/www - It should point to the path where your static code is placed
  • serverOptions {Object} optional - defaults to {} - Accepts these options
  • port {String} optional - defaults to 9000 - The port to deploy the server

Tests

It uses mocha and chai

npm test

License

MIT