/tailwind-parcel

A quick and simple example of using Tailwind CSS with Parcel.

Primary LanguageJavaScript

Tailwind CSS Parcel Starter Project

This is an example of a super simple Parcel setup for using Tailwind CSS.

To get started, clone the project and install the dependencies:

# Using npm
npm install

# Using Yarn
yarn

After that, start up Parcel:

parcel index.html