Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gregwolanski/eleventy-tailwindcss-alpinejs-starter

As little code as possible. Learn more: https://css-tricks.com/eleventy-starter-with-tailwind-css-alpine-js/
https://github.com/gregwolanski/eleventy-tailwindcss-alpinejs-starter

11ty alpine-js alpinejs eleventy tailwind tailwind-css tailwindcss

Last synced: about 1 month ago
JSON representation

As little code as possible. Learn more: https://css-tricks.com/eleventy-starter-with-tailwind-css-alpine-js/

Awesome Lists containing this project

README

        

# eleventy-tailwindcss-alpinejs-starter by [Greg Wolanski](https://gregwolanski.com)

A starter repository showing how to build a website with the [Eleventy](https://www.11ty.dev), [Tailwind CSS](https://tailwindcss.com), and [Alpine.js](https://alpinejs.dev).

Learn more on CSS-Tricks: [An Eleventy Starter with Tailwind CSS and Alpine.js](https://css-tricks.com/eleventy-starter-with-tailwind-css-alpine-js/)

## Getting Started

### 1. Clone this repository

```
git clone https://github.com/gregwolanski/eleventy-tailwindcss-alpinejs-starter.git my-website-name
```

### 2. Navigate to the directory

```
cd my-website-name
```

### 3. Install the dependencies

```
npm install
```

### 4. Run Eleventy

```
npm run start
```

## Author

[Greg Wolanski](https://gregwolanski.com)

## Troubleshooting

[Windows](https://github.com/gregwolanski/eleventy-tailwindcss-alpinejs-starter/issues/3)

## License

MIT

See `LICENSE` for more information.