0.8.23 • Published 4 years ago

@dev7ch/wepublish-api v0.8.23

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

We.Publish

Packages

Demo

Development

Prerequisites

Recommended

Install, Build & Watch

If you're setting up the project for the first time:

yarn install && yarn setup && yarn build

After that you can start docker-compose and watch all packages via:

yarn dev

If you rather wish to run docker-compose separately you can just watch the packages via:

yarn watch

Or if you want to watch only certain packages:

yarn run-p watch:api watch:api-example watch:editor

The following servers will be available:

If you want to build/watch only certain packages just have a look inside the package.json, to find commands for each package.

Debugging Node.js via VSCode

There are several launch configurations that allow you to attach the debugger to the various examples.