Skip to content
This repository has been archived by the owner on Nov 28, 2020. It is now read-only.

Shuunen/alpine-parcel-tailwind

Repository files navigation

Alpine Parcel Tailwind

Website Up GitHub license

Build Status David LGTM Grade Scrutinizer Score

Web stack featuring Alpine.js, Parcel and Tailwind.css

Why

I made this to see what happen when mixing these 3 ingredients into one.

Also it can be useful to those who wants to quick-start a project with these fellas, or just have a peek at config files :)

So

After few months of using Parcel & Tailwind across various personal & professional projects :

  • Parcel : I'm not super fan, it has been really time consuming to dive in when build issues appeared, not a "zero-config bundler" or a good option for large projects IMHO, I'll go with Rollup now
  • Tailwind : I really enjoyed using Tailwind and it's now following me for the future projects
  • Alpine : I need more experience to have an opinion on it

RIP

Because I did not fall in love with Parcel, even lost time on it, this project will be archived.

Thanks

  • Ava : great test runner easy to setup & use
  • Eslint : super tool to find & fix problems
  • Github : for all their great work year after year, pushing OSS forward
  • Netlify : awesome company that offers free CI & hosting for OSS projects
  • Npm-run-all : to keep my npm scripts clean & readable
  • Nyc : an Istanbul cli easy to setup & use along Ava
  • Repo-checker : eslint cover /src code and this tool the rest ^^
  • Shields.io : for the nice badges on top of this readme
  • TailwindCss : awesome lib to produce maintainable style
  • Travis-ci.org : for providing free continuous deployments