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
- Host: GitHub
- URL: https://github.com/ales-tsurko/ales-tsurko.github.io
- Owner: ales-tsurko
- License: mit
- Created: 2016-01-01T18:43:08.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-02-11T12:16:00.000Z (over 2 years ago)
- Last Synced: 2025-04-06T00:15:23.297Z (6 months ago)
- Language: Nunjucks
- Size: 21 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.