Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ciaranha/vg
https://github.com/ciaranha/vg
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ciaranha/vg
- Owner: ciaranha
- License: mit
- Created: 2023-07-20T21:27:43.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-18T11:02:44.000Z (about 1 year ago)
- Last Synced: 2024-10-05T16:20:41.517Z (about 1 month ago)
- Language: Nunjucks
- Size: 58.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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://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.