quick-static-server

1.0.1 • Public • Published

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

Package Sidebar

Install

npm i quick-static-server

Weekly Downloads

0

Version

1.0.1

License

MIT

Last publish

Collaborators

  • asoriano