Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 471 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 471 Bytes

NuxiWind

This is a boilerplate for my preferred Nuxt Stack. This will receive regular updates (removing/adding libraries and modules) depending on future experiences.

Tech Stack

  • 🌲 Nuxt
  • 🌳 NuxtUI
  • 🌬️ TailwindCSS
  • 📏 ESLint
  • 📗 Supabase

Setup Basics

  1. Install the packages

    npm install

  2. Create a .env file for Supabase Keys

  3. Start the development server

    npm run dev