All Projects → hacknug → tailwindcss-parcel-boilerplate

hacknug / tailwindcss-parcel-boilerplate

Licence: MIT license
tailwindcss-parcel-boilerplate.netlify.com

Programming Languages

CSS
56736 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Netlify Status This project is using Percy.io for visual regression testing.

tailwindcss-parcel-boilerplate

This is just a couple lines of code on a bunch of files showing how to use Parcel and TailwindCSS together.

Right now it's using postcss-cli to watch Tailwind's config file because I couldn't find any other way to make it work. If you know how this should be done, please open an issue to discuss it and/or submit a PR.

Usage

Clone this repository, run pnpm install and you should be ready to go.

  • Development: pnpm start will run a development server with hot reloading at localhost:1234
  • Production: pnpm build will bundle everything up on your /dist folder
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].