JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q58017F
  • License MIT

A bare-simple TailwindCSS Parcel boilerplate.

Package Exports

  • tailwindcss-parcel-boilerplate

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (tailwindcss-parcel-boilerplate) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

TailwindCSS + Parcel + PurgeCSS Starter Project 🌀📦

A bare-simple Tailwind CSS + ParcelJS boilerplate. Uses PurgeCSS in production builds.

TailwindCSS + Parcel

Getting started

Run build script using npx

$ npx tailwindcss-parcel-boilerplate

Then just run npm run dev, open your favourite text editor and voilà!

Building for production

This projects includes a nice streamlined production flow. You can run either npm run build or npm run prod to run a production build. Files will end up in /dist.

$ npm run build

Contributing

I'm always open for new ideas. If there's anything you'd like to see added to this project or if you find a bug, don't hesitate to submit an issue or send a pull request.