sb-server
v0.0.24
Published
Server for Silent Book
Downloads
30
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 serverHave babel watch the src directory for changes and transpile to the lib directory.
yarn run watchBump the patch number and publish to NPM.
yarn run release