https://github.com/srph/parcelwind
Boilerplate for Parcel and Tailwind
https://github.com/srph/parcelwind
parcel tailwindcss
Last synced: 2 months ago
JSON representation
Boilerplate for Parcel and Tailwind
- Host: GitHub
- URL: https://github.com/srph/parcelwind
- Owner: srph
- Created: 2022-12-10T02:11:25.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T02:30:13.000Z (over 3 years ago)
- Last Synced: 2025-10-12T13:33:23.144Z (8 months ago)
- Topics: parcel, tailwindcss
- Language: HTML
- Homepage:
- Size: 43 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# parcelwind
Boilerplate for Parcel and Tailwind based on [their guide](https://tailwindcss.com/docs/guides/parcel).
Helping friends switch over to the amazing tool that is Tailwind.
## Setup
First, clone the repository and install dependencies
```bash
git clone git@github.com:srph/parcelwind.git
npm install
```
Run it locally.
```bash
npm start
```
Open up `http://localhost:1234`.
## Autoformatting (Prettier)
- Install the Prettier extension on Visual Code.
- While on Visual Code, press `ctrl + ,` to open the settings page.
- Search for `Format on save` and enable the first option
You might need to set default formatter for the each file extension. To do this:
- Open up the `index.html` file
- Press `ctrl + shift + p` then select `Format Document`
- Visual Code will ask to set a default formatter and select `Prettier`.
## Intellisense
Install the [Tailwind CSS Intellisense](https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss) plugin for Visual Code.