https://github.com/mingder78/astro-viem-react-tailwind
astro-viem-react-tailwind template
https://github.com/mingder78/astro-viem-react-tailwind
astro ethereum react tailwind vercel viem
Last synced: 3 months ago
JSON representation
astro-viem-react-tailwind template
- Host: GitHub
- URL: https://github.com/mingder78/astro-viem-react-tailwind
- Owner: mingder78
- Created: 2025-07-13T09:30:11.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-07-14T05:44:46.000Z (3 months ago)
- Last Synced: 2025-07-14T07:46:55.111Z (3 months ago)
- Topics: astro, ethereum, react, tailwind, vercel, viem
- Language: TypeScript
- Homepage: https://astro-viem-react-tailwind.vercel.app
- Size: 56.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Astro with Tailwind
```sh
bun 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/integrations-guide/tailwind).