https://github.com/app-generator/eleventy-tailwind-starter
Eleventy Tailwind Starter - Static Site built with Eleventy SSG and Tailwind CSS | AppSeed
https://github.com/app-generator/eleventy-tailwind-starter
appseed creative-tim eleventy open-source tailwindcss web-app-generator
Last synced: 7 months ago
JSON representation
Eleventy Tailwind Starter - Static Site built with Eleventy SSG and Tailwind CSS | AppSeed
- Host: GitHub
- URL: https://github.com/app-generator/eleventy-tailwind-starter
- Owner: app-generator
- License: mit
- Created: 2020-03-18T10:07:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-19T21:26:11.000Z (over 5 years ago)
- Last Synced: 2025-03-11T05:55:49.001Z (7 months ago)
- Topics: appseed, creative-tim, eleventy, open-source, tailwindcss, web-app-generator
- Language: HTML
- Homepage: https://eleventy-tailwind-starter.appseed.us/
- Size: 5.48 MB
- Stars: 15
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# [Eleventy Tailwind Starter](https://eleventy-tailwind-starter.appseed.us/)
Static Site prototyped on top of [Eleventy](https://www.11ty.io/) SSG and Tailwind CSS - [Live DEMO](https://eleventy-tailwind-starter.appseed.us)
- Design: [Tailwind Starter](https://www.creative-tim.com/learning-lab/tailwind-starter-kit/) by [Creative-Tim](https://www.creative-tim.com)
- [11ty](https://www.11ty.io/) SSG
- [ElevenTail](https://github.com/philhawksworth/eleventail) - the initial starter
- [Tailwindcss](https://tailwindcss.com) for a utility first CSS workflow
- [PurgeCSS](https://www.purgecss.com/) for optimizing CSS output
- [UglifyJS](https://www.npmjs.com/package/uglify-js) for a simple JS build pipeline
## Want more? Go PRO!
PRO versions include **Premium UI Kits**, Lifetime updates and **24/7 LIVE Support** (via [Discord](https://discord.gg/fZC6hup))
| [Eleventy Material Kit PRO](https://appseed.us/static-site/eleventy-material-kit-pro) | [Eleventy Paper Kit PRO](https://appseed.us/static-site/eleventy-paper-kit-pro) | [Eleventy Now UI Kit PRO](https://appseed.us/static-site/eleventy-now-ui-kit-pro) |
| --- | --- | --- |
| [](https://appseed.us/static-site/eleventy-material-kit-pro) | [](https://appseed.us/static-site/eleventy-paper-kit-pro) | [](https://appseed.us/static-site/eleventy-now-ui-kit-pro)

## How to use it
- Build from sources:
```bash
$ # Clone the sources
$ git clone https://github.com/app-generator/eleventy-tailwind-starter.git
$ cd eleventy-tailwind-starter
$
$ # Install the dependencies
$ yarn
$
$ # Star in development mode
$ yarn start # with LIVE reload
$
$ # app is running on http://localhost:8181
$
$ # Production build
$ yarn build #
$ # HTML files are generated in dist folder
```
## Eleventy Tailwind Starter Links
- [Eleventy Tailwind Starter](https://eleventy-tailwind-starter.appseed.us) - Live DEMO
- [Tailwind Starter](https://www.creative-tim.com/learning-lab/tailwind-starter-kit/) provided by Creative-Tim
---
[Eleventy Tailwind Starter](https://eleventy-tailwind-starter.appseed.us) - provided by **AppSeed**