Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.04 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.04 KB

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.