Skip to content

a basic setup structure I built as a starting point for any kind of tailwind projects

Notifications You must be signed in to change notification settings

luisrieke/basic-tailwind

Repository files navigation

Basic structure for future tailwind projects

Tailwind can make work easier because it works on a different abstraction level.

It's the same concept we often use within JavaScript code. Instead of building interfaces in the browser using JavaScript directly, we’ll use React instead for example, which is an abstraction that makes our lives better.

We’ll do the same with CSS by using Tailwind.

Tailwind is a way to apply CSS by using special HTML classes.

Links and external ressources

tailwind CSS documentation

view website live

Installing & Running

Prerequisites:

  • Node v16 or later (check version using node -v)

Installation:

  • Install initial dependencies using npm install

Running:

  • Build Tailwind using npm run tw:build

About

a basic setup structure I built as a starting point for any kind of tailwind projects

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published