Skip to content

esterified/Tailwind-Koala

Repository files navigation

Tailwind-Koala

HomePage https://esterified.github.io/Tailwind-Koala
Instagram Copy https://esterified.github.io/Tailwind-Koala/instagram

Steps to install TailwindCSS using NPM

  • Initialize NPM
  • Install tailwindcss using npm
  • Initialize tailwindcss config with full config
  • Compile the tailwind css file
  • Include the tailwind stylesheet in your webpages
  • Implement blocks from TailBlocks.

Its that Simple!

  • Initialize NPM

    Run command npm init -yes

  • Install tailwindcss using npm

    Run command npm install tailwindcss

  • Initialize tailwindcss config with full config

    You can add the following scripts in your package.json file

    "tailwind-config":"npx tailwindcss init --full",
    "tailwind":"npx tailwindcss -i ./src/tailwind.css -o ./css/tailwind.css",
    

    npx tailwindcss init --full will generate the tailwind.config.js file with all customization ptions for the theme.

  • Compile the tailwind css file

    npm run tailwind-config and npm run tailwind

  • Include the tailwind stylesheet in your webpages

    <link href="./css/tailwind.css" rel="stylesheet">
    
  • Implement blocks from TailBlocks.

    Also visit Tailwindcss for more info.

About

Instagram clone using TailwindCSS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors