Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 1 month 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T17:28:32.000Z (9 months ago)
- Last Synced: 2024-04-14T11:34:34.803Z (9 months ago)
- Topics: astro, blog-template, react, reactjs, starter, tailwind, tailwindcss, typescript
- Language: Astro
- Homepage: http://astro-typescript-react-tailwind.vercel.app
- Size: 595 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Astro TypeScript React Tailwind Blog
## Credit
This is just a customized version of .
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](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 |