sb-server
v0.0.24
Published
Server for Silent Book
Downloads
8
Readme
Silent Book Server
Server used in tandem with Silent Book to run tasks.
JavaScript is written in ES6 and transpiled to the lib
directory.
NPM Commands
Run the server.
yarn run server
Have babel watch the src
directory for changes and transpile to the lib
directory.
yarn run watch
Bump the patch number and publish to NPM.
yarn run release