https://github.com/umstek/astro-typescript-react-tailwind
Astro+TypeScript+React+Tailwind Blog Starter
https://github.com/umstek/astro-typescript-react-tailwind
astro blog-template react reactjs starter tailwind tailwindcss typescript
Last synced: about 18 hours ago
JSON representation
Astro+TypeScript+React+Tailwind Blog Starter
- Host: GitHub
- URL: https://github.com/umstek/astro-typescript-react-tailwind
- Owner: umstek
- Created: 2022-10-15T14:45:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-28T06:02:51.000Z (8 days ago)
- Last Synced: 2025-04-28T07:22:21.485Z (8 days ago)
- Topics: astro, blog-template, react, reactjs, starter, tailwind, tailwindcss, typescript
- Language: Astro
- Homepage: http://astro-typescript-react-tailwind.vercel.app
- Size: 632 KB
- Stars: 23
- Watchers: 2
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Astro TypeScript React Tailwind Blog
## Credit
This is just a customized version of .
[](https://stackblitz.com/github/umstek/astro-typescript-react-tailwind/tree/main)
## Customizations
+ Using pnpm for dependency management
+ Using React for components
+ Using Tailwind for styles
+ Using `.env` files for configurable values
+ Add extended .gitignore file generated with gitignore.io
+ Add reading time support
+ Add tags support
+ Fits more content in small screens
+ ...## 🧞 Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :------------------ | :----------------------------------------------- |
| `pnpm i` | Installs dependencies |
| `pnpm dev` | Starts local dev server at `localhost:3000` |
| `pnpm build` | Build your production site to `./dist/` |
| `pnpm preview` | Preview your build locally, before deploying |
| `pnpm astro ...` | Run CLI commands like `astro add`, `astro check` |
| `pnpm astro --help` | Get help using the Astro CLI |