Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/roblesdotdev/astro-base

Minimalist starter for web projects built with Astro, designed to provide a solid and lightweight foundation. It includes an initial setup with Tailwind CSS, SEO support.
https://github.com/roblesdotdev/astro-base

Last synced: 28 days ago
JSON representation

Minimalist starter for web projects built with Astro, designed to provide a solid and lightweight foundation. It includes an initial setup with Tailwind CSS, SEO support.

Awesome Lists containing this project

README

        

## Astro Base

Astro Base is a minimalist starter for web projects built with Astro, designed
to provide a solid and lightweight foundation. It includes an initial setup with
Tailwind CSS, SEO support, integration with modern tools like Vitest and
Playwright, and best practices such as linting, code formatting, and
preconfigured Git hooks.

### Features

## Checklist

- [x] **Tailwind CSS**: Utility-first styling framework is integrated.
- [x] **TypeScript**: Static typing ensures better code quality.
- [x] **Biome**: Linting is set up and ready to catch code issues.
- [x] **Prettier**: Code formatting is preconfigured for consistency.
- [x] **Git Hooks**: Pre-commit hooks for linting and formatting.
- [x] **SEO**: Metadata and OpenGraph tags are preconfigured for search engines.
- [ ] **Dark/Light Theme**: Includes a toggle mechanism for theme switching.
- [ ] **Vitest**: Testing environment is set up for fast and reliable tests.