What are we expecting out of this, we should be able to run following apps:

Create Turborepo App

I am going to use npm for now (Not yarn, not pnpm, but the classic npm)

npx create-turbo@latest turborepo-stack

It already creates a repo with two nextjs apps.

Screenshot 2022-02-02 at 3.09.35 PM.png

Try NextJS

I am not happy with the default nextjs app, seems cheating. Also, there is no guarantee it would install the latest version.