Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eviloma/astro-template
Astro boilerplate with ts, tailwind, react and etc
https://github.com/eviloma/astro-template
astro biomejs commitizen husky lint-staged react renovate-enabled tailwindcss ts typescript
Last synced: 1 day ago
JSON representation
Astro boilerplate with ts, tailwind, react and etc
- Host: GitHub
- URL: https://github.com/eviloma/astro-template
- Owner: Eviloma
- Created: 2024-12-05T10:06:30.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2025-01-31T10:55:52.000Z (13 days ago)
- Last Synced: 2025-02-12T11:14:54.394Z (1 day ago)
- Topics: astro, biomejs, commitizen, husky, lint-staged, react, renovate-enabled, tailwindcss, ts, typescript
- Language: Astro
- Homepage: https://github.com/eviloma/astro-template
- Size: 646 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Astro Boilerplate
This is a boilerplate project for Astro.js, designed to provide a quick start for building applications with modern features including TypeScript, Tailwind CSS, and more.
## Features
- **Astro.js**: Latest version of Astro.js for building scalable applications.
- **TypeScript**: Static type checking for JavaScript.
- **Tailwind CSS**: Utility-first CSS framework for rapid UI development.
- **Husky & Lint-Staged**: Pre-commit hooks to ensure code quality.
- **Biome**: Linter and formatter for JavaScript, TypeScript, and CSS.
- **Playform Compress**: Image compression for Astro.js.
- **Compressor**: Minification and compression of CSS and JavaScript files.
- **Favicons**: Generate favicons for your application.
- **Robots.txt**: Generate a robots.txt file for your application.
- **Mail Obfuscation**: Obfuscate email addresses in your application.
- **Health Check**: Generate a health check endpoint for your application.## Getting Started
`bun create astro -- --template Eviloma/astro-template`