Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 436 Bytes

File metadata and controls

22 lines (14 loc) · 436 Bytes

VSCode Workspace

You can optionaly use of the workspace file included with the repo.
Ask or implement if you need added features like break points on live server.

Use Aliases with npm link

common run npm link

frontend run npm link common

Branching

Backend Services Team

Backend team will push to service branch or create pull request from our personal/feature branch.

master <- dev <- services