@drumee/services-router
v1.0.4
Published
Drumee Services Router
Downloads
17
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 .git
Setup your own project project with
npm init
Install dependencies packages.
npm install
After 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 dev
Learn more about Drumee Routing Rules at https://github.com/drumee/sdk/wiki