Source Code for Setup and Install Laravel with Tailwindcss v2.0 on CodeWithChu YouTube Channel.
npm install
# Build for Dev
$ npm run dev
$ npm run watch
# Build for Production
$ npm run prodSource Code for Setup and Install Laravel with Tailwindcss v2.0 on CodeWithChu YouTube Channel.
PHP
Source Code for Setup and Install Laravel with Tailwindcss v2.0 on CodeWithChu YouTube Channel.
npm install
# Build for Dev
$ npm run dev
$ npm run watch
# Build for Production
$ npm run prod