Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattwaler/tea-stack
A starter template for the TEA stack (Tailwind, Eleventy, Alpine).
https://github.com/mattwaler/tea-stack
alpinejs eleventy tailwindcss vitejs
Last synced: 6 days ago
JSON representation
A starter template for the TEA stack (Tailwind, Eleventy, Alpine).
- Host: GitHub
- URL: https://github.com/mattwaler/tea-stack
- Owner: mattwaler
- License: mit
- Created: 2020-07-15T15:25:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-21T23:07:16.000Z (14 days ago)
- Last Synced: 2025-01-22T14:03:01.938Z (13 days ago)
- Topics: alpinejs, eleventy, tailwindcss, vitejs
- Language: Twig
- Homepage:
- Size: 1.24 MB
- Stars: 226
- Watchers: 6
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🫖 The TEA Stack
Welcome to the most minimal stack out there. This stack makes static site generation a breeze.
## 🧰 Tools
This project uses the following frameworks:
- [TailwindCSS](https://tailwindcss.com/)
- [Eleventy](https://www.11ty.dev/)
- [Alpine.js](https://alpinejs.dev/)
- [Vite](https://vitejs.dev)## ⭐️ Requirements
- [Node](https://nodejs.org/en/)
- [NVM](https://github.com/nvm-sh/nvm)## 🛠 Getting Started
- `nvm use` to switch to the valid node version
- `npm i` to build that big ol' `node_modules` folder
- `npm run dev` to boot up a live-reloading dev server
- `npm run build` to build your production-ready siteFeel free to peep the `package.json` file to see all available scripts and packages being utilized.
### 🔥 Tip:
Running `npm run build && npx serve dist` will boot up a local server of your production site to preview before deployment.
### 👋🏻 Thank you!
I appreciate you taking time to check out the TEA stack, Please leave a star and share it if you found it useful!