Skip to content

Latest commit

 

History

History

rush

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Rush Monorepo with Vercel Remote Caching

This is a monorepo example using Rush with a single Next.js using @vercel/remote-rush.

Table of Contents

How to Use

You can choose from one of the following methods to use this repository:

One-Click Deploy

Deploy the example using Vercel:

Deploy with Vercel

Start Locally

Execute create-next-app with npm, Yarn, or pnpm to bootstrap the example:

npx create-next-app --example https://github.com/vercel/remote-cache/tree/main/examples/rush rush-monorepo
yarn create next-app --example https://github.com/vercel/remote-cache/tree/main/examples/rush rush-monorepo
pnpm create next-app --example https://github.com/vercel/remote-cache/tree/main/examples/rush rush-monorepo

Building this Repo

To build the projects in this repo, use the following commands:

npm install -g @microsoft/rush
rush install
rush build

Further help

Visit the Rush Documentation to learn more.