quick-static-server
v1.0.1
Published
Express.js based node server for quick static deployments
Downloads
3
Maintainers
Readme
quick-static-server
Express.js based node server for quick static deployments
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
npm test