Skip to content

Example of the monorepo using yarn workspaces approach.

License

Notifications You must be signed in to change notification settings

HarunaOrg/yarn-monorepo-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yarn Monorepo example

This project is an example of the monorepo handled by yarn workspaces.

To know more - please refer to: Yarn Monorepo example

If you need the complete monorepo boilerplate - it's here

Installation

Use yarn to install dependecies.

yarn

Usage

To run the project, you need to build it and start it.

yarn build
yarn start

Base structure

The project contains backend and frontend workspaces, together with packages, that can be used to extract some logic there.

backend/
frontend/
packages/
     config/
     .../
     .../

License

MIT

About

Example of the monorepo using yarn workspaces approach.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.7%
  • HTML 17.7%
  • CSS 9.6%