1.4.0 • Published 4 years ago

tailwind-parcel-starter v1.4.0

Weekly downloads
13
License
-
Repository
github
Last release
4 years ago

Tailwind CSS + Parcel Starter

Creates a starter template to build static website with HTML, CSS and JavaScript.

It uses the following:

  • TailwindCSS
  • Parcel
  • PostHtml (for partial HTML)
  • PurgeCSS

Install

npm install -g tailwind-parcel-starter

Usage

In an empty directory, run:

npx tailwind-parcel-starter
npm run start

Inspired by tailwind-parcel-boilerplate