DEV Community

Cover image for Parcel-Tailwind Template
Manav Misra
Manav Misra

Posted on • Edited on

Parcel-Tailwind Template

A Template Repo

This might be for you if at least most of the following is true:

  • You want to build a simple Single Page Application using ParcelJS.
  • You don't love writing a whole lot of custom CSS but also don't want the bloat/limitations of Bootstrap, etc. so you want to use Tailwind CSS.
  • You are using VS Code and want a nice theme, font, extensions and settings preconfigured to handle your linting, and even appreciate AI-driven 🤖 code completion from Kite.
  • You appreciate robust linting such as comes with AirBnb's ESLint configuration...but maybe want it toned down just a little bit. ✅
  • You appreciate a starting point for a robust architecture 🏗️ that adheres to some common patterns so it's easier to think 🧠 about things like 'separation of concerns' and 'single source of truth' ✅
  • You're tired 😫 of reading this and just want to go use the dang thing with a simple npm install followed by an npm start

Sentry blog image

How to reduce TTFB

In the past few years in the web dev world, we’ve seen a significant push towards rendering our websites on the server. Doing so is better for SEO and performs better on low-powered devices, but one thing we had to sacrifice is TTFB.

In this article, we’ll see how we can identify what makes our TTFB high so we can fix it.

Read more

Top comments (0)

SurveyJS custom survey software

JavaScript UI Libraries for Surveys and Forms

SurveyJS lets you build a JSON-based form management system that integrates with any backend, giving you full control over your data and no user limits. Includes support for custom question types, skip logic, integrated CCS editor, PDF export, real-time analytics & more.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay