š 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.
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