A bare-simple TailwindCSS Parcel boilerplate that Just Works™
npm install tailwindcss-parcel-boilerplateA bare-simple Tailwind CSS + ParcelJS boilerplate. Uses PurgeCSS in production builds.
> Want to learn some more about TailwindCSS? Check out my dev.to post.
``bash`
$ mkdir
`bash`
$ npx tailwindcss-parcel-boilerplate
Then just run npm run dev, open your favourite text editor and _voilà!_
#### If you only want to install the dependencies, run npx tailwindcss-parcel-boilerplate deps
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.
`bash``
$ npm run build
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.