https://github.com/corbaz/astro-tailwind-css
https://github.com/corbaz/astro-tailwind-css
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/corbaz/astro-tailwind-css
- Owner: corbaz
- Created: 2025-04-12T15:00:30.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-12T15:14:03.000Z (about 1 year ago)
- Last Synced: 2025-04-12T16:27:18.252Z (about 1 year ago)
- Language: JavaScript
- Size: 115 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Github Repo: Astro Tailwind CSS
https://github.com/corbaz/astro-tailwind-css
# Railway Dashboard:
https://railway.com/dashboard
# Deployments:
https://astro-tailwind-css-production.up.railway.app/
# Astro with Tailwind
```sh
pnpm create astro@latest -- --template with-tailwindcss
```
[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/with-tailwindcss)
[](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/with-tailwindcss)
[](https://codespaces.new/withastro/astro?devcontainer_path=.devcontainer/with-tailwindcss/devcontainer.json)
Astro comes with [Tailwind](https://tailwindcss.com) support out of the box. This example showcases how to style your Astro project with Tailwind.
For complete setup instructions, please see our [Tailwind Integration Guide](https://docs.astro.build/en/guides/styling/#tailwind).
# π Estructura del Proyecto Astro para Railway
```bash
/mi-app
βββ src/
βββ dist/
βββ public/
βββ package.json
βββ astro.config.mjs
βββ server.js β
raΓz
βββ railway.json β
raΓz (opcional)
```