Laravel Mix - Tailwindcss - Starter

Clone the repo locally:

git clone git@github.com:gunharth/mix-tailwind-starter.git
cd mix-tailwind-starter

Install NPM dependencies:

npm ci

Build assets:

npm run dev

Start local dev server on http://localhost:3000

npm run start

Watch for changes and start browser sync on http://localhost:3001

npm run watch