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.

Getting started
Clone or download the repo.
$ npx degit https://github.com/didiercatz/tailwindcss-parcel-boilerplate <your-project-name>NOTE: This README.md and this project's package.json are also cloned into your repo. You should change them to fit your project's needs.
Install dependencies.
Installs PostCSS, TailwindCSS, Autoprefixer, PurgeCSS and Parcel (local) as devDependencies.
$ npm iThen just open your favourite code editor, run npm run dev 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 buildContributing
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.