An open API service indexing awesome lists of open source software.

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

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.