Skip to content

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

License

Notifications You must be signed in to change notification settings

takdw/laravel-tailwind

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published