https://github.com/hacknug/tailwindcss-parcel-boilerplate
https://github.com/hacknug/tailwindcss-parcel-boilerplate
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hacknug/tailwindcss-parcel-boilerplate
- Owner: hacknug
- License: mit
- Created: 2018-07-17T16:38:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-03T08:56:38.000Z (over 2 years ago)
- Last Synced: 2024-10-14T10:53:19.484Z (about 1 year ago)
- Language: CSS
- Homepage: https://tailwindcss-parcel-boilerplate.netlify.com
- Size: 984 KB
- Stars: 90
- Watchers: 3
- Forks: 13
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://app.netlify.com/sites/tailwindcss-parcel-boilerplate/deploys) [](https://percy.io/nug-oss/tailwindcss-parcel-boilerplate)
# tailwindcss-parcel-boilerplate
This is just a couple lines of code on a bunch of files showing how to use [Parcel](https://parceljs.org/) and [TailwindCSS](https://tailwindcss.com/) together.
Right now it's using `postcss-cli` to watch Tailwind's config file because I couldn't find any other way to make it work. If you know how this should be done, please open an issue to discuss it and/or submit a PR.
## Usage
Clone this repository, run `pnpm install` and you should be ready to go.
- **Development:**
`pnpm start` will run a development server with hot reloading at
- **Production:**
`pnpm build` will bundle everything up on your `/dist` folder