Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

Bcdo/parcel-tailwind-boiler

Repository files navigation

Tailwind-boiler

This is a boiler project with Tailwind for styling, and Parcel for building. This boiler is for smaller projects, but I will work on implementing CraftCMS and Vue as a fork to this git in the future.

Technology

  • Parcel
  • Tailwind JIT
  • PostCSS 8

Installation

Clone the git and use the package manager npm to install the packages.

npm install

Usage

To run the dev server and serve it on localhost:1234

npm run start

To build for production

npm run build

To do a clean

npm run clean

The clean script will run with both running the dev server as well as building. Never manually run any other of the scripts, they are controlled with npm-run-all plugin, and are used during the three commands above.

The files build and ready for production is in the dist folder. It is fine if the index.css file is empty, as the pcss will produce the content of the css file.

Roadmap

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT