Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bdougie/subscribe.bdougie.live

💻 for subscribe.bdougie.live
https://github.com/bdougie/subscribe.bdougie.live

eleventy eleventy-website

Last synced: about 2 months ago
JSON representation

💻 for subscribe.bdougie.live

Awesome Lists containing this project

README

        

# eleventy-tailwindcss-alpinejs-starter

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).

## 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 dependencies

```
npm install
```

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

This step is only required the very first time.

```
npm run build
```

### 5. Run Eleventy

```
npm run start
```

## Author

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

## License

MIT

See `LICENSE` for more information.