/monorepo-with-nextjs-gatsby-demo

a example project of monorepo which contain both nextjs and gatsby app

Primary LanguageJavaScript

This is a example project of monorepo which contain both nextjs and gatsby app

Quick Start

  • run yarn
  • run yarn dev for development, then select the application you want to work on;
  • or just run yarn dev --app={app-name} to qucik start the target application.