A starter template for the TEA stack (Tailwind, Eleventy, Alpine).
The TEA Stack is a minimal stack designed to make static site generation easy. It utilizes the following frameworks: TailwindCSS, Eleventy, Alpine.js, and Vite. With Node and NVM as requirements, users can quickly generate static websites for production.
To get started with the TEA Stack, follow these steps:
nvm use.npm i to install all the necessary dependencies, including the large node_modules folder.npm run dev to start a live-reloading development server.npm run build to build your production-ready site.npm run build && npx serve dist to start a local server.Feel free to explore the package.json file for more information on available scripts and packages used in the TEA Stack.
The TEA Stack is a minimal stack that simplifies static site generation. With the use of popular frameworks like TailwindCSS, Eleventy, Alpine.js, and Vite, it provides an efficient and lightweight solution for building static websites. By following the installation guide, users can quickly set up the TEA Stack and start generating production-ready sites.