/yarn-monorepo-example

Example of the monorepo using yarn workspaces approach.

Primary LanguageJavaScriptMIT LicenseMIT

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