Giter VIP home page Giter VIP logo

boilerplate-tailwind's Introduction

tailwind-boilerplate

Customized TailwindCSS Boilerplate with additional features.

CHECK BOILERPLATE STATUS

Run The Build:

Step 1

  npm i -D tailwindcss

Step 2

  npm run build

After that run the live server or open the html page to check if it is working

Full Installation Process[From the Scratch]

  1. npm init -y [Initializing node project.creates package.json file]
  2. npm i -D tailwindcss [installing tailwindcss as developer dependency.Creates node_modules and package-lock.json file]
  3. tailwindcss intellisense vs code plugin installing
  4. npx tailwindcss init --full [making configuration file for tailwindcss and for its customization. --full gives all default values(use of --full is optional)]
  5. create src and output folder
  6. create a css file in the src folder
  7. add tailwind directives to src css file
  8. create .vscode/settings.json file [to write custom settings of vs code]
  9. add { "css.validate": false, "tailwindCSS.emmetCompletions":true }
  10. update these specific package.json file with - "scripts": { "build":"tailwindcss -i ./src/input.css -o ./dist/output.css -w" },
  11. link html with output css file- <link rel="stylesheet" href="../dist/output.css">
  12. update the content line of tailwind.config.js file with this - content: ["./src/**/*.{html,js}"],
  13. npm run build [this will compile the input file to generate the output file and will keep watching for changes]

Version

boilerplate-tailwind's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.