1.2.0 • Published 3 years ago

tailwindcss-parcel-boilerplate v1.2.0

Weekly downloads
4
License
MIT
Repository
github
Last release
3 years ago

TailwindCSS + Parcel + PurgeCSS Starter Project 🌀📦

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

Want to learn some more about TailwindCSS? Check out my dev.to post.

TailwindCSS + Parcel

Getting started

Create your project folder.

$ mkdir <my-project> && cd <my-project>

Run build script using npx.

$ 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

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.

1.2.0

3 years ago

1.1.9

4 years ago

1.1.8

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.1

4 years ago

1.1.2

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago