Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

Nuxt with truborepo setup with opinionated setup

Notifications You must be signed in to change notification settings

samk-dev/nuxt-turborepo-starter

Repository files navigation

Nuxt Turborepo Starter

Nuxt with truborepo setup with opinionated setup

Features

  • Turborepo
  • Nuxt ecosystem ready
  • Git hooks
  • Git Dependabot
  • Shared Eslint + Prettier Configuration
  • Lintstaged
  • Conventional Commits with Commitlint

System Requirements

Project setup

Download || clone the repository

# using ssh
git clone [email protected]:samk-dev/nuxt-turborepo-starter.git
# using https:
git clone https://github.com/samk-dev/nuxt-turborepo-starter.git

this project uses NPM as package manager node: >=14.0.0 packageManager: [email protected]

Preparing the repository for development

# Give husky scripts execution permissions
sudo chmod +x .husky # You'll be prompt to enter you computer password
# Install dependencies
npm install
# if the PREPARE script doesn't run automatically run:
npm run prepare

For more information on how to use Turborepo Documentation