1.0.4 • Published 1 year ago

@drumee/services-router v1.0.4

Weekly downloads
-
License
-
Repository
github
Last release
1 year 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

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago