Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 |