Installation
Clone my starter kit repository and install its dependencies.
Prerequisites
- Node.js v22 or higher - JavaScript runtime
- pnpm - A fast, disk space efficient package manager
- Git - Version control system
Cloning the repository
After you purchased my starter kit, you'll receive a link to download the repository.
You can clone it using the following command:
git clone https://github.com/NuxtStarterKit/nuxtstarterkit.git NAME_OF_YOUR_PROJECT
Replace NAME_OF_YOUR_PROJECT
with the name of your project.
Alternatively, you can click the Use this template
button on the GitHub repository page to create a new repository based on my starter kit:
This will create a new repository in your GitHub account with the same structure and files as my starter kit.