Skip to content

norjamille-kasan/vue-inertia-starter

Repository files navigation

Laravel / Inertia JS / TailwindCSS / Shadcn-vue Starter Kit

This is just a redesign from default laravel breeze component to shadcn-vue components. with the same functionality

🚀 Stack

  • Laravel: A PHP framework for web artisans. Learn more
  • Inertia JS: Create modern single-page apps using classic server-side routing. Learn more
  • TailwindCSS: A utility-first CSS framework for building custom designs. Learn more
  • Shadcn-vue: A Vue.js component library for building elegant user interfaces. Learn more

🛠️ Getting Started

Follow these steps to get your project up and running:

  1. Clone the repository:

    git clone https://github.com/yourusername/your-repository.git
    cd your-repository
  2. Install PHP dependencies:

    composer install
  3. Install Node.js dependencies:

    npm install
  4. Build the assets:

    npm run build
  5. Set up your environment:

    • Copy the .env.example file to .env and configure your environment variables.
    • Set up your database connection and other necessary configurations.
  6. Generate the application key:

    php artisan key:generate
  7. Run the migrations (if applicable):

    php artisan migrate
  8. Serve the application:

    php artisan serve

Your application should now be up and running at http://localhost:8000.

📄 Documentation

For detailed documentation on each stack:

About

Vue/Inertia/Laravel/Tailwind // Shadcn starter (Breeze)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published