Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```