1.3.0 • Published 7 years ago
bserve v1.3.0
bserve
A static HTTP server that transpiles JavaScript automatically using Babel.
install from npm:
npm install bserve @babel/core --saveconfigure your package.json:
{
"scripts": {
"start": "bserve"
}
}start the server:
npm startCLI args
scriptFile - Defaults to index.js, determines the file to automatically
inject if you don't have an index.html file.
License: MIT