Packages

A web application in pursuit of meaning in life.

Retired package: Complete rewrite, scratch old versions

Current section

Files

Jump to
udia assets node_modules serve-brunch README.md
Raw

assets/node_modules/serve-brunch/README.md

# serve-brunch
Starts a simple webserver. Used in [Brunch](http://brunch.io), but you can adapt it for your project too.
## Usage
```javascript
require('serve-brunch').serve({
publicPath,
port, // default: 3333
hostname, // default: localhost
path, // path to server.js file
command, // run a custom command instead of reading the file
});
```
## License
[The MIT License](https://github.com/paulmillr/mit) (c) 2016 Paul Miller (http://paulmillr.com)