A basic starter project for a Laravel application using the Tailwind CSS framework.
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.