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

https://github.com/ales-tsurko/ales-tsurko.github.io


https://github.com/ales-tsurko/ales-tsurko.github.io

Last synced: 2 months ago
JSON representation

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://github.com/alpinejs/alpine).

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. Update the dependencies

```
npm update
```

### 5. Build the project to generate the first CSS

This step is only required the very first time.

```
npm run build
```

### 6. 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.