Microservice skeleton.
-
clone repo and install dependencies
$ git clone ... $ cd unknownyet $ npm i
-
build and run
$ npm run build $ npm start
-
(optional) want to tinker yourself?
$ npm run dev
unknownyet is released under the BSD 2-Clause license. See the LICENSE for more details.