1.0.5 • Published 3 years ago

tailwind-parcel-boilerplate v1.0.5

Weekly downloads
11
License
MIT
Repository
github
Last release
3 years ago

🧿 TailwindCSS + Parcel + PostCss Starter Project

A bare-simple Tailwind CSS + ParcelJS boilerplate (without any 🙄git's commit). Uses Postcss in production builds.

Getting started

Create your project folder.

# create new project
$ npx degit trkhanh/tailwind-parcel-boilerplate example-1
$ cd example-1

# install required packages
$ npm i

# run the app
$ npm start

# build the app
$ npm run build

Then just run npm run dev, open your favourite text editor and voilà!

Building for production

This projects includes a nice streamlined production flow. You can run either npm run build or npm run prod to run a production build. Files will end up in /dist.

$ npm run build

Contributing

I'm always open for new ideas. If there's anything you'd like to see added to this project or if you find a bug, don't hesitate to submit an issue or send a pull request.