1.0.4 • Published 10 months ago

@drumee/services-router v1.0.4

Weekly downloads
-
License
-
Repository
github
Last release
10 months ago

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

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago