1.0.4 • Published 2 years ago

@drumee/services-router v1.0.4

Weekly downloads
-
License
-
Repository
github
Last release
2 years 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

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago