Skip to content

morellexf13/tailwindcss-boilerplate

Repository files navigation


🌬

TailwindCSS Boilerplate


A Vue 3 Starter Boilerplate with TailwindCSS 3, Vue Router 4, Pinia 2, Vite 5, Sass, Axios, Jest 29 and More.

Version


Based on Vite Boilerplate

💎 Features

  • 💿 Login session handled by Pinia

  • ☀️ Pre-defined classes by TailwindCSS

  • 🎵 Spotify Tracker

    1- Create a .env file in project's root

    2- Add your Spotify Token as below:

    VITE_SPOTIFY_AUTHORIZATION_BEARER_TOKEN=your_token
    

🚀 Install

Install it locally in your project

npm install

npm run dev

🧪 Unit tests

npm run test