@drumee/services-router
v1.0.4
Published
Drumee Services Router
Readme
Drumee Services ROuter
This package provide Drumee Services Router. It is designed to bootstrap new project based on Drumee SDK.
mkdir drumee
cd drumee
git clone --depth=1 https://github.com/drumee/services-router.git server
cd server
rm -rf .gitSetup your own project project with
npm initInstall dependencies packages.
npm installAfter installation edit the file .dev-tools.rc/devel.sh to make your changes available from the backend server.
Start working on your project.
npm run devLearn more about Drumee Routing Rules at https://github.com/drumee/sdk/wiki
