browserify-server

spin up browserify demos real easy

MIT License

Downloads
840
Stars
12
Committers
1

browserify-server

Browserify bundling + static server in one!

Docs

Usage:

  browserify-server --bundle=[file] -o [out]

    bundle the file and write the bundle to out

  browserify-server --server=[folder] --port PORT

    Run a static http server serving the folder

  browserify-server --example=name

    Scaffolds an examples folder in ./examples/name with
      a makefile, package.json and static/index.html setup for
      writing examples that use browserify-server

Installation

npm install browserify-server

Contributors

  • Raynos

MIT Licenced

Package Rankings
Top 4.69% on Npmjs.org