Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/holger1411/11winds
11winds is a static website boilerplate. It combines Eleventy with TailwindCSS. 🎉
https://github.com/holger1411/11winds
eleventy tailwindcss
Last synced: 15 days ago
JSON representation
11winds is a static website boilerplate. It combines Eleventy with TailwindCSS. 🎉
- Host: GitHub
- URL: https://github.com/holger1411/11winds
- Owner: holger1411
- License: mit
- Created: 2020-06-08T07:05:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-09T22:58:51.000Z (almost 2 years ago)
- Last Synced: 2024-05-28T19:14:36.418Z (7 months ago)
- Topics: eleventy, tailwindcss
- Language: HTML
- Homepage:
- Size: 2.01 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 11winds = 11ty + TailwindCSS
**Demo**: 11winds.io
11winds is a simple boilerplate. It combines the static site generator 11ty with the CSS framework TailwindCSS. It minifies and purges the CSS file (so it boiles down the TailwindCSS file to a few kb, based on your usage) and comes with a static server and browser sync support for your local development.
## Installation
Download or checkout the master branch of this repo.
Fire up your terminal, go to the new folder and run:
```
npm install
```
Now you are good to go.## Build it
To build your static website from the `/src`folder run:
```
npm run build
```
To run the build task automatically on file changes run:
```
npm run watch
```