0.2.1 • Published 6 years ago

serve-brunch v0.2.1

Weekly downloads
6,999
License
MIT
Repository
github
Last release
6 years ago

serve-brunch

Starts a simple webserver. Used in Brunch, but you can adapt it for your project too.

Usage

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 (c) 2016 Paul Miller (http://paulmillr.com)

0.2.1

6 years ago

0.2.0

7 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago