wallacemartinss/website_template

The skeleton application for the Laravel framework.

dev-main 2025-05-09 11:45 UTC

This package is auto-updated.

Last update: 2025-05-09 12:17:33 UTC


README

A clean and responsive website template built with Tailwind CSS and Alpine.js.
Perfect for landing pages, SaaS projects, and marketing websites.

✨ Features

  • Tailwind CSS 4.x (fully responsive)
  • Alpine.js for interactivity
  • Dark mode support
  • Pre-built components: Header, Pricing, FAQ
  • Clean and customizable structure

🚀 Getting Started

git clone https://github.com/wallacemartinss/website_template.git
cd website_template
npm install
npm run dev
laravel new website_template --using=wallacemartinss/website_template
cd website_template
npm install
npm run dev