1.3.0 • Published 6 years ago

bserve v1.3.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

bserve

A static HTTP server that transpiles JavaScript automatically using Babel.

install from npm:

npm install bserve @babel/core --save

configure your package.json:

{
  "scripts": {
    "start": "bserve"
  }
}

start the server:

npm start

CLI args

scriptFile - Defaults to index.js, determines the file to automatically inject if you don't have an index.html file.

License: MIT

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.1

7 years ago

1.0.0

7 years ago