takdw / laravel-tailwind

A basic starter project for a Laravel application using the Tailwind CSS framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

laravel-tailwind



A basic starter project for a Laravel application using the Tailwind CSS framework.

Usage

Just clone the repository to your desired location and run the following commands:

composer install

This will install all the necessary PHP dependencies Laravel needs.


npm install

or

yarn

This will install all the necessary Node dependencies.


After this, all you need to do is execute npm run <watch | dev | prod> or yarn <watch | dev | prod> to start compiling your assets. The watch flag will also watch your files for changes and recompile. This starter project also contains browser-sync. This will automatically reload your browser window when you make changes to the code.

About

A basic starter project for a Laravel application using the Tailwind CSS framework.

License:MIT License


Languages

Language:PHP 96.5%Language:HTML 2.8%Language:Vue 0.6%