Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

thinkverse/tea-stack-starter

Repository files navigation

TEA Stack Starter

This repo contains a 11ty starter for Tailwind CSS, Eleventy and Alpine.js, built for GitHub Pages.

Requirements

Usage

Now whenever you push to main the workflow - .gh-pages.yml, will rebuild your site and deploy it.

NPM commands

  • start - alias for watch.
  • watch - start local development server.
  • dev - build development version.
  • build - build production version.

Structure

  • src - contains all files used to build your site.
  • src/assets - contains CSS and JavaScript files bundled by webpack.
  • src/site - contains files used by Eleventy to generate site.
  • src/site/content - Eleventy's entry folder, where your pages exists.
  • src/site/_* - contains your data, filters, includes, layouts, plugins and transforms files.

View the .eleventy.js and webpack.config.js file for a better understanding.

Tools

Sponsor this project

Contributors