Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 643 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 643 Bytes

Turborepo starter

This is an official pnpm starter turborepo.

Apps and Packages

  • host-next: a Next.js host application
  • remote-next: a Next.js remote application
  • host-vite-react: a Vite with React host application
  • remote-vite-react: a Vite with React remote application

Running

pnpm install
pnpm build --filter=remote-vite-react # build the vite remote application
pnpm dev

NextJS

Vite React