Tomato PHP
Search
⌃K
🦄

Awesome TailwindCSS

our stack is VILT, so we use CSS TailwindCSS so we now will install these packages inside the laravel app we created in the last step but before we start we need to install NPM & Yarn
curl -fsSL https://deb.nodesource.com/setup_16.x | sudo bash -
sudo apt install -y nodejs vim
sudo apt install gcc g++ make
curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor | sudo tee /usr/share/keyrings/yarnkey.gpg >/dev/null
echo "deb [signed-by=/usr/share/keyrings/yarnkey.gpg] https://dl.yarnpkg.com/debian stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt update && sudo apt install yarn
now it's installed, let's start to build our frontend assets, first install TailwindCSS
yarn
yarn watch
you can make your edits on the frontend file inside resources/js

Awesome Resources for Tailwind

  1. 1.
  2. 2.
    Gust UI
  3. 3.
    Lofi UI
  4. 4.
    Merak UI
  5. 5.
    Windstrap
  6. 7.
    Kit Wind
  7. 8.
  8. 10.
    Mamba UI
  9. 11.
    Kutty
  10. 12.
    Daisy UI
  11. 13.
    Flowbite
  12. 15.
    Hyper UI
  13. 16.
    Post Src
Last modified 3mo ago