Skip to content

A basic template for getting started with building vanilla JavaScript apps using ParcelJS and TailwindCSS.

License

Notifications You must be signed in to change notification settings

kaarlosasiang/parceljs-boilerplate

Repository files navigation

ParcelJS Boilerplate

🚀 Kickstart your web development journey with this boilerplate, a lightweight and feature-rich Parcel JS Boilerplate powered by Tailwind CSS. Empowering developers with a seamless development experience, this boilerplate is designed to eliminate configuration headaches and accelerate your project setup.

Features

  • Zero Configuration: Get started instantly without the need for complex setup
  • Modern JavaScript: Leverage the latest ECMAScript standards for cleaner and more efficient code.
  • Optimized Performance: Deliver high-performance web applications with optimized production builds.

Quick Start

Clone the Repository

  git clone https://github.com/kaarlosasiang/parceljs-boilerplate.git

Install Dependencies

  cd parceljs-boilerplate
  npm install

Start Developement Server (port 3000)

  # The start script cleans up previous build directories (development and .parcel-cache),
  # then uses Parcel to bundle HTML files from the public directory.
  npm run start

Build for Production

  npm run build

About

A basic template for getting started with building vanilla JavaScript apps using ParcelJS and TailwindCSS.

Topics

Resources

License

Stars

Watchers

Forks