Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 314 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 314 Bytes

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