/clean-architecture-monorepo

Boilerplate for a Lerna monorepo for a (soon to be) fullstack React application

Primary LanguageJavaScript

Coverage Status

Overview

This is a boilerplate repository for a Lerna monorepo implemented via clean architecture.

Requirements

  • Lerna: npm i -g lerna

Setup

  1. yarn
  2. lerna bootstrap
  3. yarn start

Tests

  • yarn test