Course lesson
Install a Next.js and a Vite.js Applications Into a Monorepo
In order to create applications inside our monorepo, we can use different CLI tools like create-next-app or the Vite CLI. We'll install them inside the apps folder. We will create a blog and a dashboard app, one using create-next-app and the other using the...
- Duration
- 3 min
- Access
- Included
- Transcript
- Retained from source evidence
In order to create applications inside our monorepo, we can use different CLI tools like create-next-app or the Vite CLI. We'll install them inside the apps folder. We will create a blog and a dashboard app, one using create-next-app and the other using the Vite CLI.
It is also important to note that the only package-lock.json file that should exist, exists at the root of the project.