I'm a Game Art & Biology student at USC with a passion for education that matters. I love web development, books, design, learning new things, exploring new ideas, and creating unique projects.
Here's a quick and easy guide on how to setup TailwindCSS, using the SASS preprocessor, in a new RedwoodJS project. Requirements Make sure you have the correct npm / yarn versions installed, the details of which can be found at https://redwoodjs.com/...
Start Before beginning, make sure you have Composer and npm installed. First, create a Laravel project. Install dependencies Next, install Laravel's npm dependencies by running the following commands: npm install npm install tailwindcss Sass comes wi...
Make sure Composer and npm are installed before you begin! (Note: If you prefer using SASS or LESS, the below tutorial may not be applicable.) If you haven't set up Laravel yet, follow the steps below. Otherwise, skip these two steps. Run compose...