Skip to content

Powerplex/next-monorepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monorepo with yarn workspaces

This repository acts as a template for a monorepo architectures. It contains three packages.

  • api: the API of the project, exposing some TS types definitions
  • design: a design-system project exporting some components (TS + styles components)
  • blog: a basic Next app consumming both the "api" and "design" workspaces

How to start

1 - cd api && yarn start

2 - In another terminal: cd blog && yarn dev

About

Monorepo multipackage architecture with Yarn, Next and TS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published