Source Code for Setup and Install Tailwindcss v2.0 with Laravel Mix 6 and Sass CodeWithChu YouTube Channel.
Mix is a wrapper that simplifies setting up webpack. We'll take a look at installing Tailwind Css v2.0 with Sass. Have the ability to write Vanilla Javascript with ES6 Syntax and have it compile for the browser to understand. All with Hot live reloading with browserSync.
This will provide a base for developing website/apps using tailwind, sass and vanilla js when you're not using a frontend framework.
Clone repo to your project directory.
npm install
# Build for Dev
npm run build
npm run watch
# Build for Production
npm run prod