Skip to content

jens1101/asset-register

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Workspaces

Workspaces are a way of managing multiple packages in one repo.

In this repo workspaces are found in the "workspaces" folder and are also grouped in sub-directories. This means that you cannot add a package directory directly to the "workspaces" directory. You need to place it in another direcotry. This approach aids organisation. Example layout:

workspaces/
  frontend/
    web-app/
      package.json
    marketing-site/
      package.json
  backend/
    graphql-service/
      package.json
    file-service/
      package.json
  shared/
    common/
      package.json

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published